platform_bionic/libc/arch-arm/cortex-a9/bionic
Christopher Ferris e1e434af12 Replace bx lr with update of pc from the stack.
When there is arm assembler of this format:

ldmxx sp!, {..., lr} or pop {..., lr}
bx lr

It can be replaced with:

ldmxx sp!, {..., pc} or pop {..., pc}

Change-Id: Ic27048c52f90ac4360ad525daf0361a830dc22a3
2015-07-08 11:20:27 -07:00
..
__strcat_chk.S Cleanup arm assembly. 2014-09-29 15:53:10 -07:00
__strcpy_chk.S Cleanup arm assembly. 2014-09-29 15:53:10 -07:00
memcpy.S Cleanup arm assembly. 2014-09-29 15:53:10 -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 Replace bx lr with update of pc from the stack. 2015-07-08 11:20:27 -07:00
stpcpy.S Add stpcpy assembler version. 2014-09-30 19:23:26 -07:00
strcat.S Unify our assembler macros. 2014-02-20 13:51:26 -08:00
strcmp.S Cleanup arm assembly. 2014-09-29 15:53:10 -07:00
strcpy.S Add stpcpy assembler version. 2014-09-30 19:23:26 -07:00
string_copy.S Add stpcpy assembler version. 2014-09-30 19:23:26 -07:00
strlen.S Unify our assembler macros. 2014-02-20 13:51:26 -08:00