aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-aarch64/bti-plt-2.s
blob: fff945c9f42e41d7d3b4fed36eb2e920d4a0f35f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
	.text
	.globl _start
	.type _start,@function
func2:
	bl foo2
	bl bar2
	.section ".note.gnu.property", "a"
	.p2align 3
	.long 1f - 0f		/* name length */
	.long 5f - 2f		/* data length */
	.long 5			/* note type */
0:	.asciz "GNU"		/* vendor name */
1:
	.p2align 3
2:	.long 0xc0000000	/* pr_type.  */
	.long 4f - 3f		/* pr_datasz.  */
3:
	.long 0x1		/* BTI.  */
4:
	.p2align 3
5: