diff options
Diffstat (limited to 'ld/testsuite/ld-arm/farcall-thumb2-purecode-consecutive-veneer.d')
-rw-r--r-- | ld/testsuite/ld-arm/farcall-thumb2-purecode-consecutive-veneer.d | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/ld/testsuite/ld-arm/farcall-thumb2-purecode-consecutive-veneer.d b/ld/testsuite/ld-arm/farcall-thumb2-purecode-consecutive-veneer.d new file mode 100644 index 0000000..b89da03 --- /dev/null +++ b/ld/testsuite/ld-arm/farcall-thumb2-purecode-consecutive-veneer.d @@ -0,0 +1,28 @@ +.*: file format .* + +Disassembly of section .text: + +00001000 <bar>: + 1000: 4770 bx lr + +00001002 <baz>: + 1002: 4770 bx lr + +Disassembly of section .foo: + +02001020 <_start>: + 2001020: f000 f802 bl 2001028 <__bar_veneer> + 2001024: f000 f806 bl 2001034 <__baz_veneer> + +02001028 <__bar_veneer>: + 2001028: f241 0c01 movw ip, #4097 @ 0x1001 + 200102c: f2c0 0c00 movt ip, #0 + 2001030: 4760 bx ip + 2001032: bf00 nop + +02001034 <__baz_veneer>: + 2001034: f241 0c03 movw ip, #4099 @ 0x1003 + 2001038: f2c0 0c00 movt ip, #0 + 200103c: 4760 bx ip + 200103e: bf00 nop + \.\.\. |