From 2c8e31d6541db57423eceb149417a336ee7f3c79 Mon Sep 17 00:00:00 2001 From: Marcus Shawcroft Date: Mon, 9 Nov 2015 23:25:36 +0000 Subject: [ARM] Reorganize strlen selection. Remove automake and autoconf selection of strchr implementation in favour of conditional compilation in strlen.c. --- newlib/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'newlib/ChangeLog') diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 74ff481fe..fcc915457 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,12 @@ +2015-11-13 Marcus Shawcroft + + * 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 * libc/machine/arm/strlen.c: Refactor nested #if. -- cgit v1.2.3