Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-arm/long-plt-format.s
2023-03-06 14:48:14 +01:00

7 lines
96 B
ArmAsm

.globl _start
.type _start,%function
.globl foo
_start:
bl foo(PLT)
.size _start,.-_start