Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-ifunc/ifunc-14a.s
2023-03-06 14:48:14 +01:00

7 lines
90 B
ArmAsm

.text
.globl bar
.type bar, @function
bar:
jmp foo@PLT
.size bar, .-bar
.hidden foo