Use bl instead of blx to support interworking properly.
BUG: 9227177 Change-Id: I742c2f2ecbe332f9c9743e3f4bde8de791a1d289
This commit is contained in:
parent
b5aa654be6
commit
9e1905794b
@ -38,5 +38,5 @@
|
||||
ENTRY(abort)
|
||||
.save {r3, r14}
|
||||
stmfd sp!, {r3, r14}
|
||||
blx PIC_SYM(_C_LABEL(__libc_android_abort), PLT)
|
||||
bl PIC_SYM(_C_LABEL(__libc_android_abort), PLT)
|
||||
END(abort)
|
||||
|
Loading…
x
Reference in New Issue
Block a user