summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/pie2.s
blob: 7c489a152218c480dc3d29baebc1c9dbd3cc8ae1 (plain)
1
2
3
4
5
6
7
8
	.text
	.global _start
_start:
	.long foo
	.data
	.globl foo
foo:
	.byte 0