platform_bionic/libc/arch-arm/cortex-a15/bionic
Christopher Ferris fe1af1a64b Small cleanup of cortex-a15 code.
Remove new version of the cortex-a15 that caused a regression. We are never
going to revisit that code, and it is only confusing things.

Also remove the setting of MEMCPY_BASE and use the correct include
directly.

Test: Compiled angler with 32 bit arch as cortex-a15. Ran 32 bit bionic
Test: unit tests on angler.

Change-Id: I9372c01758fd7a596849c87b1a3f805bb477c94f
2016-11-01 14:28:22 -07:00
..
__strcat_chk.S Small cleanup of cortex-a15 code. 2016-11-01 14:28:22 -07:00
__strcpy_chk.S Small cleanup of cortex-a15 code. 2016-11-01 14:28:22 -07:00
memcpy.S Small cleanup of cortex-a15 code. 2016-11-01 14:28:22 -07:00
memcpy_base.S Small cleanup of cortex-a15 code. 2016-11-01 14:28:22 -07:00
memset.S Stop including <machine/cpu-features.h>. 2016-05-16 17:52:40 -07:00
stpcpy.S Add stpcpy assembler version. 2014-09-30 19:23:26 -07:00
strcat.S Fix over read in strcpy/stpcpy/strcat. 2015-09-24 14:17:36 -07:00
strcmp.S Stop including <machine/cpu-features.h>. 2016-05-16 17:52:40 -07:00
strcpy.S Add stpcpy assembler version. 2014-09-30 19:23:26 -07:00
string_copy.S Fix over read in strcpy/stpcpy/strcat. 2015-09-24 14:17:36 -07:00
strlen.S Make all labels local. 2015-07-23 12:12:55 -07:00