[PATCH 2/5] [ARM] Reorganize strlen selection.

Richard Earnshaw Richard.Earnshaw@foss.arm.com
Fri Nov 13 13:40:00 GMT 2015


On 13/11/15 12:05, Marcus Shawcroft wrote:
> Hi,
> 
> Remove automake and autoconf selection of strchr implementation in
> favour of conditional compilation in strlen.c.
> 
> OK ?
> 
> /Marcus
> 
>        * 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.
> 
> 
> 
> 0002-ARM-Reorganize-strlen-selection.patch
> 
> 
> 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>
> +

OK

R.



More information about the Newlib mailing list