android_bionic/libc/arch-arm/generic/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
..
memcmp.S Replace bx lr with update of pc from the stack. 2015-07-08 11:20:27 -07:00
memcpy.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
strcmp.S Unify our assembler macros. 2014-02-20 13:51:26 -08:00
strcpy.S Use unified syntax to compile with both llvm and gcc. 2015-05-11 17:15:03 -07:00
strlen.c Clean up some ARMv4/ARMv5 cruft. 2013-12-13 14:02:30 -08:00