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:
authorCorinna Vinschen <corinna@vinschen.de>2015-02-17 12:06:51 +0300
committerCorinna Vinschen <corinna@vinschen.de>2015-02-17 12:06:51 +0300
commit554f33c48d069a0cbd1748c87ee9d4f4e22f8c01 (patch)
tree84277d16679c3d2ffecfc14833036895146dc178 /newlib/ChangeLog
parentb5d4a4046554d3523581ccc33ed2f56ee94cf175 (diff)
* libc/machine/arm/aeabi_memmove.c: New file to support
aeabi_memmove. * libc/machine/arm/aeabi_memmove-soft.S: Ditto. * libc/machine/arm/aeabi_memmove-arm.S: Ditto. * libc/machine/arm/aeabi_memmove-thumb.S: Ditto. * libc/machine/arm/aeabi_memmove-thumb2.S: Ditto. * libc/machine/arm/Makefile.am: Add dependencies. * libc/machine/arm/Makefile.in: Regenerated.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index c7a2f1b78..17906c32d 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,14 @@
+2015-02-17 Hale Wang <hale.wang@arm.com>
+
+ * libc/machine/arm/aeabi_memmove.c: New file to support
+ aeabi_memmove.
+ * libc/machine/arm/aeabi_memmove-soft.S: Ditto.
+ * libc/machine/arm/aeabi_memmove-arm.S: Ditto.
+ * libc/machine/arm/aeabi_memmove-thumb.S: Ditto.
+ * libc/machine/arm/aeabi_memmove-thumb2.S: Ditto.
+ * libc/machine/arm/Makefile.am: Add dependencies.
+ * libc/machine/arm/Makefile.in: Regenerated.
+
2015-02-06 Nick Clifton <nickc@redhat.com>
* libc/include/complex.h (cabsl): Add prototype.