bionic/libc/arch-arm/krait
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
..
bionic Replace bx lr with update of pc from the stack. 2015-07-08 11:20:27 -07:00
krait.mk Use assembly memmove for all arm32 processors. 2015-04-08 16:53:16 -07:00