(root)/
binutils-2.41/
ld/
testsuite/
ld-ifunc/
ifunc-14a.s
	.text
	.globl bar
	.type	bar, @function
bar:
	jmp	foo@PLT
	.size	bar, .-bar
	.hidden	foo