(root)/
binutils-2.41/
ld/
testsuite/
ld-x86-64/
pie2.s
	.text
	.global _start
_start:
	.long foo
	.data
	.globl foo
foo:
	.byte 0