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