platform_bionic/libc/arch-arm/cortex-a15/bionic
George Burgess IV 6cb0687932 Split our FORTIFY implementation into libc_fortify
As requested in the bug. This also rips __memcpy_chk out of memcpy.S,
which lets us cut down on copypasta (all of the implementations look
identical).

Bug: 12231437
Test: mma on aosp_{arm,arm64,mips,x86,x86_64} internal master;
checkbuild on bullhead internal master; CtsBionicTestCases on bullhead.
No new failures.
Change-Id: I88c39ca166bacde0b692aa3063e743bb046a5d2f
2017-07-24 14:20:16 -07:00
..
__strcat_chk.S Fix assembler warnings. 2017-05-24 16:06:11 -07:00
__strcpy_chk.S Fix assembler warnings. 2017-05-24 16:06:11 -07:00
memcpy.S Split our FORTIFY implementation into libc_fortify 2017-07-24 14:20:16 -07:00
memcpy_base.S Small cleanup of cortex-a15 code. 2016-11-01 14:28:22 -07:00
memset.S Fix assembler warnings. 2017-05-24 16:06:11 -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 Fix assembler warnings. 2017-05-24 16:06:11 -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