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:
authorMarcus Shawcroft <marcus.shawcroft@arm.com>2013-01-10 17:02:19 +0400
committerMarcus Shawcroft <marcus.shawcroft@arm.com>2013-01-10 17:02:19 +0400
commit211f1ec717030bf85fc7867b094f6ceaba28c72a (patch)
tree83de5662e6610f5b476724b4a362c08b8fcc3c8b /newlib/ChangeLog
parentba8f05bcf516cdc2c8b0d12a6d0258b1276924c4 (diff)
2013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org>
* libc/machine/aarch64/Makefile.am (lib_a_SOURCES): Add memcmp-stub.c and memcmp.S * libc/machine/aarch64/Makefile.in: Regenerated. * libc/machine/aarch64/memcmp-stub.c: New file. * libc/machine/aarch64/memcmp.S: New file.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 610edbc5a..e9c67ba12 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,13 @@
2013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org>
+ * libc/machine/aarch64/Makefile.am (lib_a_SOURCES): Add
+ memcmp-stub.c and memcmp.S
+ * libc/machine/aarch64/Makefile.in: Regenerated.
+ * libc/machine/aarch64/memcmp-stub.c: New file.
+ * libc/machine/aarch64/memcmp.S: New file.
+
+2013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org>
+
* libc/machine/aarch64/Makefile.am (lib_a_SOURCES): Add
strnlen-stub.c and strnlen.S
* libc/machine/aarch64/Makefile.in: Regenerated.