Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-x86-64/report-reloc-1.s

13 lines
198 B
ArmAsm
Raw Normal View History

2023-03-06 14:48:14 +01: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