Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-i386/pltgot-1.s
2023-03-06 14:48:14 +01:00

6 lines
85 B
ArmAsm

.text
.globl plt
.type plt, @function
plt:
call *puts@GOT(%ebx)
jmp puts@PLT