summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-x86-64/pr13082-5.s
blob: 9757fcbf82caa8a67371ce0564bc38b149620668 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
	.text
	.globl _start
	.globl ifunc
	.type ifunc, @gnu_indirect_function
_start:
	lea	.Ljmp(%rip), %rax
ifunc:
	jmp	*(%rax)
	.section	.data.rel.ro.local,"aw",@progbits
	.align	8
.Ljmp:
	.quad ifunc