(root)/
binutils-2.41/
ld/
testsuite/
ld-i386/
jmp1.s
	.text
	.globl	foo
	.type	foo, @function
foo:
	ret
	.globl	_start
	.type	_start, @function
_start:
	jmp	*foo@GOT