Merge "Use bl instead of blx to support interworking properly."

This commit is contained in:
Ben Cheng 2013-05-31 21:40:37 +00:00 committed by Gerrit Code Review
commit 404d491eb6

View file

@ -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)