diff options
Diffstat (limited to 'ld/testsuite/ld-arm/farcall-thumb-thumb-m.d')
-rw-r--r-- | ld/testsuite/ld-arm/farcall-thumb-thumb-m.d | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ld/testsuite/ld-arm/farcall-thumb-thumb-m.d b/ld/testsuite/ld-arm/farcall-thumb-thumb-m.d new file mode 100644 index 0000000..691d4e0 --- /dev/null +++ b/ld/testsuite/ld-arm/farcall-thumb-thumb-m.d @@ -0,0 +1,19 @@ +.*: file format .* + +Disassembly of section .text: + +00001000 <_start-0x10>: + 1000: b540 push {r6, lr} + 1002: 4e02 ldr r6, \[pc, #8\] \(100c <_start-0x4>\) + 1004: 46fe mov lr, pc + 1006: e7fe b.n 1006 <_start-0xa> + 1008: bd40 pop {r6, pc} + 100a: bf00 nop + 100c: 02001015 .word 0x02001015 + +00001010 <_start>: + 1010: f7ff eff6 blx 1000 <_start-0x10> +Disassembly of section .foo: + +02001014 <bar>: + 2001014: 4770 bx lr |