Use bl instead of blx to support interworking properly.
(cherry picked from commit 9e1905794b
in
master)
Change-Id: I9b8c35ea9e201e00f84315f9f105013c23c94d85
This commit is contained in:
parent
8539961ff2
commit
a123b5d319
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue