summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/pr19939.s
blob: 7eadaaa18ab32804e0ca667b83dfa1de132e7892 (plain)
1
2
3
4
5
6
7
8
9
	.text
selector:
	movq	foo@GOTPCREL(%rip), %rax
	movabs	$bar, %rbx
	ret
	.type   selector, %gnu_indirect_function
	.globl	bar
bar:
	jmp	selector@PLT