Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2003-09-05 04:45:54 +0400
committerBen Elliston <bje@gnu.org>2003-09-05 04:45:54 +0400
commit0a8fd4dc312a6df5595c62fd0bbb00878d2e1257 (patch)
treefa70c1ddbf3a8d8c4be8ab21f4219ef6f5f37f6e /newlib/ChangeLog
parent10a32423f87001643918b15d3b6118a29d8615d4 (diff)
* libc/machine/xscale/memcmp.c (memcmp): Strip trailing whitespace
after continuation characters that induces a warning from modern versions of GCC.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index addfa0354..a81ab7ce3 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,9 @@
+2003-09-05 Ben Elliston <bje@namadgi>
+
+ * libc/machine/xscale/memcmp.c (memcmp): Strip trailing whitespace
+ after continuation characters that induces a warning from modern
+ versions of GCC.
+
2003-09-04 Ben Elliston <bje@wasabisystems.com>
* libc/stdlib/mstats.c[_ELIX_LEVEL]: Fix guards. #ifndef FOO ||