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
strcpy.S
strlen.c