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