(root)/
binutils-2.41/
ld/
testsuite/
ld-ifunc/
ifunc-13a-i386.s
	.text
        .type foo, @function
	.global foo
foo:
	movl xxx@GOT(%ebx), %eax
        ret

	.data
xxx:
	.long ifunc