(root)/
binutils-2.41/
ld/
testsuite/
ld-i386/
pr19636-2.s
	.text
	.weak func
	.globl _start
_start:
	cmp func@GOT(%eax), %eax
	jmp *func@GOT(%eax)
	call func@PLT
	cmp $func, %eax
	call func