Add 2 more tests for PR ld/21884
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / limit-bl.d
CommitLineData
a06ea964
NC
1#name: aarch64-limit-bl
2#source: limit-bl.s
3#as:
4#ld: -Ttext 0x1000 --section-start .foo=0x8000ffc
5#objdump: -dr
6#...
7
8Disassembly of section .text:
9
971f1d27 100+1000 <_start>:
a06ea964
NC
11 1000: 95ffffff bl 8000ffc <bar>
12 1004: d65f03c0 ret
13
14Disassembly of section .foo:
15
971f1d27 160+8000ffc <bar>:
a06ea964 17 8000ffc: d65f03c0 ret
This page took 0.268383 seconds and 4 git commands to generate.