acadia-newlib/newlib/libc/machine/arm
Jeff Johnston 5c02bcc086 Fix strlen using Thumb-2 with -Os -marm
2016-04-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>

        * libc/machine/arm/strlen-stub.c: Check capabilities of architecture
        to decide which Thumb implementation to use and fall back to C
        implementation for architecture not supporting Thumb mode.
        * libc/machine/arm/strlen.S: Likewise.
2016-05-11 17:18:48 -04:00
..
machine BSD compatibility for <machine/endian.h> 2016-04-19 16:36:51 +02:00
Makefile.am [ARM] Adding strlen.S 2015-11-13 11:54:28 +00:00
Makefile.in [ARM] Adding strlen.S 2015-11-13 11:54:28 +00:00
access.c
acle-compat.h
aclocal.m4
aeabi_memclr.c
aeabi_memcpy-armv7a.S
aeabi_memcpy.c
aeabi_memmove-arm.S
aeabi_memmove-soft.S
aeabi_memmove-thumb.S
aeabi_memmove-thumb2.S
aeabi_memmove.c
aeabi_memset-arm.S
aeabi_memset-soft.S
aeabi_memset-thumb.S
aeabi_memset-thumb2.S
aeabi_memset.c
arm_asm.h
configure Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
configure.in [ARM] Reorganize strlen selection. 2015-11-13 11:52:01 +00:00
memchr-stub.c Reorganize memchr selection. 2015-11-06 16:11:32 +00:00
memchr.S Reorganize memchr selection. 2015-11-06 16:11:32 +00:00
memcpy-armv7a.S
memcpy-armv7m.S
memcpy-stub.c Make macro checks ARMv8-M baseline proof 2016-01-28 11:26:37 +01:00
memcpy.S Make macro checks ARMv8-M baseline proof 2016-01-28 11:26:37 +01:00
setjmp.S Make macro checks ARMv8-M baseline proof 2016-01-28 11:26:37 +01:00
strcmp-arm-tiny.S Avoid .eh_frame in ARM newlib. 2015-11-12 12:09:24 +00:00
strcmp-armv4.S Avoid .eh_frame in ARM newlib. 2015-11-12 12:09:24 +00:00
strcmp-armv4t.S Avoid .eh_frame in ARM newlib. 2015-11-12 12:09:24 +00:00
strcmp-armv6.S Avoid .eh_frame in ARM newlib. 2015-11-12 12:09:24 +00:00
strcmp-armv6m.S Avoid .eh_frame in ARM newlib. 2015-11-12 12:09:24 +00:00
strcmp-armv7.S Avoid .eh_frame in ARM newlib. 2015-11-12 12:09:24 +00:00
strcmp-armv7m.S Avoid .eh_frame in ARM newlib. 2015-11-12 12:09:24 +00:00
strcmp.S Make macro checks ARMv8-M baseline proof 2016-01-28 11:26:37 +01:00
strcpy.c
strlen-armv7.S [ARM] Adjust strcmp-armv7.S selection logic. 2015-11-23 15:22:26 +00:00
strlen-stub.c Fix strlen using Thumb-2 with -Os -marm 2016-05-11 17:18:48 -04:00
strlen-thumb1-Os.S [ARM] Factor out the thumb1 -Os implementation. 2015-11-13 11:54:28 +00:00
strlen-thumb2-Os.S [ARM] Factor out the thumb2 -Os implementation. 2015-11-23 15:21:47 +00:00
strlen.S Fix strlen using Thumb-2 with -Os -marm 2016-05-11 17:18:48 -04:00