Issue relocation in RO section warning for -z text
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr13082-2.s
CommitLineData
64d25c44
L
1 .text
2 .globl _start
3_start:
4 lea .Ljmp(%rip), %rax
5 jmp *(%rax)
6 .section .data.rel.ro.local,"aw",@progbits
7 .align 8
8.Ljmp:
9 .quad _start
This page took 0.172645 seconds and 4 git commands to generate.