Apply ld-arm/gc-hidden-1 to all ELF targets, not just *eabi* targets
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / arm-call.d
index fd4cd1358cc8e57f1074a44bbe75c3da8495d43a..a3207430b7985f9683e466423967d13dc6d46a27 100644 (file)
@@ -10,9 +10,9 @@ Disassembly of section .text:
     800c:      fb00000d        blx     804a <t5>
     8010:      fa00000a        blx     8040 <t1>
     8014:      fb000009        blx     8042 <t2>
-    8018:      ea00000f        b       805c <__t1_from_arm>
+    8018:      ea000010        b       8060 <__t1_from_arm>
     801c:      ea000011        b       8068 <__t2_from_arm>
-    8020:      1b00000d        blne    805c <__t1_from_arm>
+    8020:      1b00000e        blne    8060 <__t1_from_arm>
     8024:      1b00000f        blne    8068 <__t2_from_arm>
     8028:      1b000003        blne    803c <arm>
     802c:      eb000002        bl      803c <arm>
@@ -26,7 +26,7 @@ Disassembly of section .text:
 
 00008038 <t4>:
     8038:      4770            bx      lr
-    803a:      46c0            nop                     \(mov r8, r8\)
+    803a:      46c0            nop                     \(mov r8, r8\)
 
 0000803c <arm>:
     803c:      e12fff1e        bx      lr
@@ -40,19 +40,19 @@ Disassembly of section .text:
 
 0000804a <t5>:
     804a:      f000 f801       bl      8050 <local_thumb>
-    804e:      46c0            nop                     \(mov r8, r8\)
+    804e:      46c0            nop                     \(mov r8, r8\)
 
 00008050 <local_thumb>:
     8050:      f7ff fff1       bl      8036 <t3>
     8054:      f7ff efd4       blx     8000 <_start>
     8058:      f7ff efd2       blx     8000 <_start>
+    805c:      0000            movs    r0, r0
+       ...
 
-0000805c <__t1_from_arm>:
-    805c:      e59fc000        ldr     ip, \[pc, #0\]  ; 8064 <__t1_from_arm\+0x8>
-    8060:      e12fff1c        bx      ip
-    8064:      00008041        andeq   r8, r0, r1, asr #32
+00008060 <__t1_from_arm>:
+    8060:      e51ff004        ldr     pc, \[pc, #-4\] ; 8064 <__t1_from_arm\+0x4>
+    8064:      00008041        .word   0x00008041
 
 00008068 <__t2_from_arm>:
-    8068:      e59fc000        ldr     ip, \[pc, #0\]  ; 8070 <__t2_from_arm\+0x8>
-    806c:      e12fff1c        bx      ip
-    8070:      00008043        andeq   r8, r0, r3, asr #32
+    8068:      e51ff004        ldr     pc, \[pc, #-4\] ; 806c <__t2_from_arm\+0x4>
+    806c:      00008043        .word   0x00008043
This page took 0.025094 seconds and 4 git commands to generate.