platform_bionic/libc/arch-arm/generic
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
generic.mk Clean up <stdlib.h> slightly. 2015-01-26 14:28:41 -08:00