diff options
Diffstat (limited to 'ld/testsuite/ld-arm/farcall-thumb-arm-pic-veneer.d')
-rw-r--r-- | ld/testsuite/ld-arm/farcall-thumb-arm-pic-veneer.d | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/ld/testsuite/ld-arm/farcall-thumb-arm-pic-veneer.d b/ld/testsuite/ld-arm/farcall-thumb-arm-pic-veneer.d index e22824a..eb8da17 100644 --- a/ld/testsuite/ld-arm/farcall-thumb-arm-pic-veneer.d +++ b/ld/testsuite/ld-arm/farcall-thumb-arm-pic-veneer.d @@ -2,17 +2,17 @@ Disassembly of section .text: -00001000 <_start>: - 1000: f000 f802 bl 1008 <__bar_from_thumb> - 1004: 0000 lsls r0, r0, #0 +01c01010 <_start>: + 1c01010: f300 f802 bl 1f01018 <__bar_from_thumb> ... + 1f01014: f000 f800 bl 1f01018 <__bar_from_thumb> -00001008 <__bar_from_thumb>: - 1008: 4778 bx pc - 100a: 46c0 nop ; \(mov r8, r8\) - 100c: e59fc000 ldr ip, \[pc, #0\] ; 1014 <__bar_from_thumb\+0xc> - 1010: e08cf00f add pc, ip, pc - 1014: 01fffffc .word 0x01fffffc +01f01018 <__bar_from_thumb>: + 1f01018: 4778 bx pc + 1f0101a: 46c0 nop ; \(mov r8, r8\) + 1f0101c: e59fc000 ldr ip, \[pc, #0\] ; 1f01024 <__bar_from_thumb\+0xc> + 1f01020: e08cf00f add pc, ip, pc + 1f01024: 000fffec .word 0x000fffec Disassembly of section .foo: |