aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/pr13082-1.s
blob: 6c03e980e4c9700cface46179e7e35f6f22e3dbe (plain)
1
2
3
4
5
6
7
8
9
10
	.text
	.globl _start
_start:
	lea	.Ljmp(%rip), %rax
.L1:
	jmp	*(%rax)
	.section	.data.rel.ro.local,"aw",@progbits
	.align	8
.Ljmp:
	.quad .L1