OSDN Git Service

ldso: use .arm mode for resolver unconditionally
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 15 Jun 2012 11:44:35 +0000 (13:44 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 15 Jun 2012 11:44:35 +0000 (13:44 +0200)
as per comment in the file.
Fixes runtime with __THUMB_INTERWORK__ enabled.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
ldso/ldso/arm/resolve.S

index 08889d0..b0907f7 100644 (file)
 
  .text
  .align 4      @ 16 byte boundary and there are 32 bytes below (arm case)
- #if !defined(__thumb__) || defined(__thumb2__)
+#if 1 /*(!defined(__thumb__) || defined __THUMB_INTERWORK__) || defined(__thumb2__)*/
  .arm
  .globl _dl_linux_resolve
  .type _dl_linux_resolve,%function