OSDN Git Service

Use bl instead of blx to support interworking properly.
authorBen Cheng <bccheng@google.com>
Fri, 31 May 2013 21:25:48 +0000 (14:25 -0700)
committerBen Cheng <bccheng@google.com>
Fri, 31 May 2013 21:39:23 +0000 (14:39 -0700)
(cherry picked from commit 9e1905794b4ecd8f7b87d8e4e2f954c8cfc6beda in
master)

Change-Id: I9b8c35ea9e201e00f84315f9f105013c23c94d85

libc/arch-arm/bionic/abort_arm.S

index 51b0871..e1ab86b 100644 (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)