Add support for 64-bit ARM architecture: AArch64
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / limit-b.d
CommitLineData
a06ea964
NC
1#name: aarch64-limit-b
2#source: limit-b.s
3#as:
4#ld: -Ttext 0x1000 --section-start .foo=0x8000ffc
5#objdump: -dr
6#...
7
8Disassembly of section .text:
9
100000000000001000 <_start>:
11 1000: 15ffffff b 8000ffc <bar>
12 1004: d65f03c0 ret
13
14Disassembly of section .foo:
15
160000000008000ffc <bar>:
17 8000ffc: d65f03c0 ret
This page took 0.024194 seconds and 4 git commands to generate.