aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-aarch64/property-bti-pac4.s
blob: a1122ff8e653de2776bcc1902661482ad0e0ee66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
	.arch armv8-a
	.file	"t.c"
	.text
	.align	2
	.p2align 3,,7
	.global	f
	.type	f, %function
f:
	add	w0, w0, 1
	ret
	.size	f, .-f
	.section	.text.startup,"ax",@progbits
	.align	2
	.p2align 3,,7
	.global	main
	.type	main, %function
main:
	mov	w0, 6
	ret
	.size	main, .-main
	.section	.note.GNU-stack,"",@progbits