Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-x86-64/pr13082-4.s
2023-03-06 14:48:14 +01:00

10 lines
155 B
ArmAsm

.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