summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-05-04 17:14:59 +0000
committerKazu Hirata <kazu@codesourcery.com>2006-05-04 17:14:59 +0000
commitb0b1d42f49a5653cb0d53107d7b751abf17e573b (patch)
tree5326530ff61a7ee5b402ee2508f4158e5529b274
parentb7f7fd1710da3c6ac4f5e3eaa7ba3d4c88810990 (diff)
downloadbinutils-gdb-b0b1d42f49a5653cb0d53107d7b751abf17e573b.tar.gz
* libc/sys/arm/Makefile.am (lib_a_SOURCES): Add aeabi_memclr.c,newlib-csl-sourcerygxx-4_1-5newlib-csl-sourcerygxx-4_1-4
aeabi_memcpy.c, aeabi_memmove.c and aeabi_memset.c. * libc/sys/arm/Makefile.in: Regenerate. * libc/sys/arm/aeabi.h: New file. * libc/sys/arm/aeabi_memclr.c: New file. * libc/sys/arm/aeabi_memcpy.c: New file. * libc/sys/arm/aeabi_memmove.c: New file. * libc/sys/arm/aeabi_memset.c: New file.
-rw-r--r--ChangeLog.csl11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 7b2a91b0aa4..704f8abcfbc 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,14 @@
+2006-05-04 Paul Brook <paul@codesourcery.com>
+
+ * libc/sys/arm/Makefile.am (lib_a_SOURCES): Add aeabi_memclr.c,
+ aeabi_memcpy.c, aeabi_memmove.c and aeabi_memset.c.
+ * libc/sys/arm/Makefile.in: Regenerate.
+ * libc/sys/arm/aeabi.h: New file.
+ * libc/sys/arm/aeabi_memclr.c: New file.
+ * libc/sys/arm/aeabi_memcpy.c: New file.
+ * libc/sys/arm/aeabi_memmove.c: New file.
+ * libc/sys/arm/aeabi_memset.c: New file.
+
2006-03-29 Nathan Sidwell <nathan@codesourcery.com>
* libgloss/m68k/bdm-isv.c (software_init_hook): Fix trap numbering.