OSDN Git Service

Remove deprecated use of ldm/stm in ARM setjmp.
authorJosh Gao <jmgao@google.com>
Mon, 19 Oct 2015 19:56:50 +0000 (12:56 -0700)
committerJosh Gao <jmgao@google.com>
Tue, 20 Oct 2015 00:13:51 +0000 (17:13 -0700)
commitb24d743f62106accb3720e482c32571a0cb2defb
tree359ebd23a6320d702d05d9a318b23b3f164b67b1
parentd29ba555130f1e61164cf6186cd6a29c7aa14719
Remove deprecated use of ldm/stm in ARM setjmp.

ARM deprecates using the SP register in the register lists for ldm
and stm, which LLVM emits a warning for.

Bug: http://b/25017080
Change-Id: Ib427e3dfd5740e251f1ad91ebb66534e0d7b72a9
libc/arch-arm/bionic/setjmp.S