aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/property-and-2.s
blob: 7149cb2d52bac948ae827c05f5f836865e66405e (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 0xb0007fff	/* pr_type.  */
	.long 4f - 3f		/* pr_datasz.  */
3:
	.long 0x101
4:
	.p2align ALIGN
5: