aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386/pr19636-2.s
blob: e8e7c9f953e93315d386f4fd20c4908bb125a63a (plain)
1
2
3
4
5
6
7
8
9
	.text
	.weak func
	.globl _start
_start:
	cmp func@GOT(%eax), %eax
	jmp *func@GOT(%eax)
	call func@PLT
	cmp $func, %eax
	call func