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

7 lines
85 B
ArmAsm

.text
.globl xxx
.type xxx, @function
xxx:
bl foo
.size xxx, .-xxx
.hidden foo