aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/property-or-3.s
blob: d3e7367ea49f98b16b7ebeada80f527238cb1bd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
	.section ".note.gnu.property", "a"
	.p2align ALIGN
	.long 1f - 0f		/* name length */
	.long 5f - 2f		/* data length */
	.long 5			/* note type */
0:	.asciz "GNU"		/* vendor name */
1:
	.p2align ALIGN
2:	.long 0xb000ffff	/* pr_type.  */
	.long 4f - 3f		/* pr_datasz.  */
3:
	.long 0x1001
4:
	.p2align ALIGN
5: