Retro68/binutils/ld/testsuite/ld-x86-64/report-reloc-1.s

13 lines
198 B
ArmAsm
Raw Normal View History

2022-10-27 18:45:45 +00:00
.text
.globl _start
.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
.quad _start