Add support for 64-bit ARM architecture: AArch64
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / limit-bl.d
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
8 Disassembly of section .text:
9
10 0000000000001000 <_start>:
11 1000: 95ffffff bl 8000ffc <bar>
12 1004: d65f03c0 ret
13
14 Disassembly of section .foo:
15
16 0000000008000ffc <bar>:
17 8000ffc: d65f03c0 ret
This page took 0.030062 seconds and 4 git commands to generate.