aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/pr19636-2.s
blob: 8814ecd987d2fbc85bd255082a008acb1a656481 (plain)
1
2
3
4
5
6
7
8
9
	.text
	.weak func1
	.weak func2
	.weak func3
	.globl _start
_start:
	cmp func1@GOTPCREL(%rip),%rax
	jmp *func2@GOTPCREL(%rip)
	call func3@PLT