am 404d491e: Merge "Use bl instead of blx to support interworking properly."

* commit '404d491eb655839bf4260cc168bb79864473e129':
  Use bl instead of blx to support interworking properly.
This commit is contained in:
Ben Cheng 2013-06-01 08:19:07 -07:00 committed by Android Git Automerger
commit 72ce296f28

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)