Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-aarch64/ifunc-14a.s

8 lines
85 B
ArmAsm
Raw Normal View History

2023-03-06 14:48:14 +01:00
.text
.globl bar
.type bar, @function
bar:
bl foo
.size bar, .-bar
.hidden foo