(root)/
binutils-2.41/
ld/
testsuite/
ld-i386/
nogot1.s
	.type	bar, @function
bar:
	ret
	.size	bar, .-bar
.globl foo
	.type	foo, @function
foo:
	leal	bar, %eax
	ret
	.size	foo, .-foo