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:26:54 +0300
committerCorinna Vinschen <corinna@vinschen.de>2015-02-17 12:26:54 +0300
commit72ba8b107a891d6b4094f1fc74b548062dd2ead7 (patch)
treedf19d38dd573f8583770b98053aaca69f2338df7 /newlib/ChangeLog
parent554f33c48d069a0cbd1748c87ee9d4f4e22f8c01 (diff)
* libc/machine/arm/aeabi_memclr.c: New file to support
aeabi_memclr. * libc/machine/arm/aeabi_memset.c: New file to support aeabi_memset. * libc/machine/arm/aeabi_memset-soft.S: Ditto. * libc/machine/arm/aeabi_memset-arm.S: Ditto. * libc/machine/arm/aeabi_memset-thumb.S: Ditto. * libc/machine/arm/aeabi_memset-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/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 17906c32d..1e656d831 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,18 @@
2015-02-17 Hale Wang <hale.wang@arm.com>
+ * libc/machine/arm/aeabi_memclr.c: New file to support
+ aeabi_memclr.
+ * libc/machine/arm/aeabi_memset.c: New file to support
+ aeabi_memset.
+ * libc/machine/arm/aeabi_memset-soft.S: Ditto.
+ * libc/machine/arm/aeabi_memset-arm.S: Ditto.
+ * libc/machine/arm/aeabi_memset-thumb.S: Ditto.
+ * libc/machine/arm/aeabi_memset-thumb2.S: Ditto.
+ * libc/machine/arm/Makefile.am: Add dependencies.
+ * libc/machine/arm/Makefile.in: Regenerated.
+
+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.