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:
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 7c2f38aa3..44dfdcdce 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,13 @@
2015-11-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
+ * libc/machine/arm/Makefile.am: Adding strlen.S.
+ * libc/machine/arm/Makefile.in: Regenerate.
+ * libc/machine/arm/strlen.S: New.
+ * libc/machine/arm/strlen-stub.c: Rewrite #if condition.
+ * libc/machine/arm/strlen-armv7.S: Remove surrounding #if.
+
+2015-11-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
+
* libc/machine/arm/Makefile.am: Rename strlen.c to strlen-stub.c
* libc/machine/arm/Makefile.in: Regenerate.
* libc/machine/arm/strlen.c: Rename to...