aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-aarch64/limit-bl.d
blob: 0e4e622b3c0eb1b9140617529c3ffc3f974ecd45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#name: aarch64-limit-bl
#source: limit-bl.s
#as:
#ld: -Ttext 0x1000 --section-start .foo=0x8000ffc
#objdump: -dr
#...

Disassembly of section .text:

0+1000 <_start>:
    1000:	95ffffff 	bl	8000ffc <bar>
    1004:	d65f03c0 	ret

Disassembly of section .foo:

0+8000ffc <bar>:
 8000ffc:	d65f03c0 	ret