summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-aarch64/bti-far.s
blob: 20cffd225cb28fc72697189013b0c2b9727ad5ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
	.text
	.global	_start
	.type	_start, %function
_start:
	bl foo
	bl bar
	bl baz
baz:
	ret

	.section	.far,"ax",@progbits
	.global	foo
	.type	foo, %function
foo:
	bl baz
bar:
	bl baz
	bl foo

	.section	.note.gnu.property,"a"
	.align	3
	.word	4
	.word	16
	.word	5
	.string	"GNU"
	.word	0xc0000000
	.word	4
	.word	1
	.align	3