diff options
Diffstat (limited to 'ld/testsuite/ld-arm/farcall-arm-thumb-blx.d')
-rw-r--r-- | ld/testsuite/ld-arm/farcall-arm-thumb-blx.d | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/testsuite/ld-arm/farcall-arm-thumb-blx.d b/ld/testsuite/ld-arm/farcall-arm-thumb-blx.d index 86aaf39..d67387c 100644 --- a/ld/testsuite/ld-arm/farcall-arm-thumb-blx.d +++ b/ld/testsuite/ld-arm/farcall-arm-thumb-blx.d @@ -2,12 +2,12 @@ Disassembly of section .text: -00001000 <_start-0x8>: - 1000: e51ff004 ldr pc, \[pc, #-4\] ; 1004 <_start-0x4> +00001000 <__bar_from_arm>: + 1000: e51ff004 ldr pc, \[pc, #-4\] ; 1004 <__bar_from_arm\+0x4> 1004: 02001015 .word 0x02001015 00001008 <_start>: - 1008: ebfffffc bl 1000 <_start-0x8> + 1008: ebfffffc bl 1000 <__bar_from_arm> Disassembly of section .foo: 02001014 <bar>: |