platform_bionic/libc/arch-arm/cortex-a9/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 Improve diagnostics from the assembler __strcat_chk routines. 2016-05-26 14:55:00 -07:00
__strcpy_chk.S Improve diagnostics from the assembler __strcpy_chk routines. 2016-05-26 16:38:34 -07:00
memcpy.S Split our FORTIFY implementation into libc_fortify 2017-07-24 14:20:16 -07:00
memcpy_base.S Replace bx lr with update of pc from the stack. 2015-07-08 11:20:27 -07:00
memset.S Remove optimized code for bzero, which was removed from POSIX in 2008. 2016-03-02 17:21:07 -08: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 Unify our assembler macros. 2014-02-20 13:51:26 -08:00