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:
authorHale Wang <hale.wang@arm.com>2015-06-01 13:49:37 +0300
committerCorinna Vinschen <corinna@vinschen.de>2015-06-01 13:49:37 +0300
commit24e054c8c8ed59b4b1009f81dc2760b914ad5b00 (patch)
tree6a6adc6280e2ca5e7f486e12e1cbedf3618681b3 /newlib/ChangeLog
parentb27c7d1d9a21496b0584a6f1252f66539151b42a (diff)
Update the assembler code to support old ARM architectures.
* libc/machine/arm/aeabi_memmove-arm.S (__aeabi_memmove): Update the assembler implementation. * libc/machine/arm/aeabi_memmove-thumb.S (__aeabi_memmove): Ditto. * libc/machine/arm/aeabi_memmove-thumb2.S (__aeabi_memmove): Ditto. * libc/machine/arm/aeabi_memset-arm.S (__aeabi_memset): Ditto. * libc/machine/arm/aeabi_memset-thumb.S (__aeabi_memset): Ditto. * libc/machine/arm/aeabi_memset-thumb2.S (__aeabi_memset): Ditto. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 5d5d3fab4..28d571edb 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,13 @@
+2015-06-01 Hale Wang <hale.wang@arm.com>
+
+ * libc/machine/arm/aeabi_memmove-arm.S (__aeabi_memmove): Update the
+ assembler implementation.
+ * libc/machine/arm/aeabi_memmove-thumb.S (__aeabi_memmove): Ditto.
+ * libc/machine/arm/aeabi_memmove-thumb2.S (__aeabi_memmove): Ditto.
+ * libc/machine/arm/aeabi_memset-arm.S (__aeabi_memset): Ditto.
+ * libc/machine/arm/aeabi_memset-thumb.S (__aeabi_memset): Ditto.
+ * libc/machine/arm/aeabi_memset-thumb2.S (__aeabi_memset): Ditto.
+
2015-06-01 Szabolcs Nagy <szabolcs.nagy@arm.com>
* libm/machine/aarch64/e_sqrt.c: New file.