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 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ld/testsuite/ld-arm/farcall-arm-thumb-blx.d b/ld/testsuite/ld-arm/farcall-arm-thumb-blx.d new file mode 100644 index 00000000000..86aaf398c58 --- /dev/null +++ b/ld/testsuite/ld-arm/farcall-arm-thumb-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: 02001015 .word 0x02001015 + +00001008 <_start>: + 1008: ebfffffc bl 1000 <_start-0x8> +Disassembly of section .foo: + +02001014 <bar>: + 2001014: 4770 bx lr |