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:
authorJeff Johnston <jjohnstn@redhat.com>2002-04-20 04:29:51 +0400
committerJeff Johnston <jjohnstn@redhat.com>2002-04-20 04:29:51 +0400
commit59be22909b8ed45624a24fe9952d69a1280bd858 (patch)
treeae61de2700d322ec1d33d8d19b3ad8c67973122a /newlib/ChangeLog
parent2dd4c4dc18707380351de8dd7eeef630bf6a60ab (diff)
2002-04-19 Bill Siegmund
* libc/machine/xscale/memchr.c: Don't use multi-line strings. * libc/machine/xscale/memcmp.c: Ditto. * libc/machine/xscale/memcpy.c: Ditto. * libc/machine/xscale/memmove.c: Ditto. * libc/machine/xscale/memset.c: Ditto. * libc/machine/xscale/strchr.c: Ditto. * libc/machine/xscale/strcmp.c: Ditto. * libc/machine/xscale/strcpy.c: Ditto. * libc/machine/xscale/strlen.c: Ditto.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index eccba1b74..28aa4de3f 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,15 @@
+2002-04-19 Bill Siegmund
+
+ * libc/machine/xscale/memchr.c: Don't use multi-line strings.
+ * libc/machine/xscale/memcmp.c: Ditto.
+ * libc/machine/xscale/memcpy.c: Ditto.
+ * libc/machine/xscale/memmove.c: Ditto.
+ * libc/machine/xscale/memset.c: Ditto.
+ * libc/machine/xscale/strchr.c: Ditto.
+ * libc/machine/xscale/strcmp.c: Ditto.
+ * libc/machine/xscale/strcpy.c: Ditto.
+ * libc/machine/xscale/strlen.c: Ditto.
+
2002-04-19 Alexandre Oliva <aoliva@redhat.com>
* libc/include/sys/config.h: Remove include of <limits.h>.