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 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ld/testsuite/ld-arm/farcall-thumb-arm-blx.d b/ld/testsuite/ld-arm/farcall-thumb-arm-blx.d new file mode 100644 index 0000000..c4bdd3b --- /dev/null +++ b/ld/testsuite/ld-arm/farcall-thumb-arm-blx.d @@ -0,0 +1,14 @@ +.*: file format .* + +Disassembly of section .text: + +00001000 <_start-0x8>: + 1000: e51ff004 ldr pc, \[pc, #-4\] ; 1004 <_start-0x4> + 1004: 02001014 .word 0x02001014 + +00001008 <_start>: + 1008: f7ff effa blx 1000 <_start-0x8> +Disassembly of section .foo: + +02001014 <bar>: + 2001014: 4770 bx lr |