aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/textrel-1a.s
blob: 6b486a9a4e28497bdf973a3536d2e7103326e083 (plain)
1
2
3
4
5
6
7
8
9
	.text
	.globl	foo
	.data
	.align 4
	.type	foo, @object
	.size	foo, 4
foo:
	.long	4
	.section	.note.GNU-stack,"",@progbits