diff options
Diffstat (limited to 'ld/testsuite/ld-arm/farcall-thumb-arm-blx.d')
-rw-r--r-- | ld/testsuite/ld-arm/farcall-thumb-arm-blx.d | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ld/testsuite/ld-arm/farcall-thumb-arm-blx.d b/ld/testsuite/ld-arm/farcall-thumb-arm-blx.d index 9f70091..4a2b36a 100644 --- a/ld/testsuite/ld-arm/farcall-thumb-arm-blx.d +++ b/ld/testsuite/ld-arm/farcall-thumb-arm-blx.d @@ -2,14 +2,14 @@ Disassembly of section .text: -00001000 <_start>: - 1000: f000 e802 blx 1008 <__bar_from_thumb> - 1004: 0000 lsls r0, r0, #0 +01c01010 <_start>: + 1c01010: f300 e802 blx 1f01018 <__bar_from_thumb> \.\.\. + 1f01014: f0ff effe blx 2001014 <bar> -00001008 <__bar_from_thumb>: - 1008: e51ff004 ldr pc, \[pc, #-4\] ; 100c <__bar_from_thumb\+0x4> - 100c: 02001014 .word 0x02001014 +01f01018 <__bar_from_thumb>: + 1f01018: e51ff004 ldr pc, \[pc, #-4\] ; 1f0101c <__bar_from_thumb\+0x4> + 1f0101c: 02001014 .word 0x02001014 Disassembly of section .foo: 02001014 <bar>: |