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