aboutsummaryrefslogtreecommitdiff
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorMarcus Shawcroft <marcus.shawcroft@arm.com>2015-11-09 23:25:36 +0000
committerMarcus Shawcroft <marcus.shawcroft@arm.com>2015-11-13 11:52:01 +0000
commit2c8e31d6541db57423eceb149417a336ee7f3c79 (patch)
tree0e516ee29da63960b7ec05b3db7d2caa597d5708 /newlib/ChangeLog
parent52f58640969a522df9c3cbc3ab061f4b95502ecd (diff)
downloadnewlib-2c8e31d6541db57423eceb149417a336ee7f3c79.zip
newlib-2c8e31d6541db57423eceb149417a336ee7f3c79.tar.gz
newlib-2c8e31d6541db57423eceb149417a336ee7f3c79.tar.bz2
[ARM] Reorganize strlen selection.
Remove automake and autoconf selection of strchr implementation in favour of conditional compilation in strlen.c.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 74ff481..fcc9154 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,14 @@
2015-11-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
+ * libc/machine/arm/Makefile.am: Drop STRLEN_SRC and STRLEN_OBJ.
+ Adding strlen.c.
+ * libc/machine/arm/configure.in (HAVE_THUMB1, OPT_SIZE): Remove.
+ * libc/machine/arm/strlen.c: Include ../../string/strlen.c.
+ * libc/machine/arm/configure: Regenerate.
+ * libc/machine/arm/Makefile.in: Regenerate.
+
+2015-11-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
+
* libc/machine/arm/strlen.c: Refactor nested #if.
2015-11-12 Anton Kolesov <Anton.Kolesov@synopsys.com>