Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-vax-elf/export-class-call.s
2023-03-06 14:48:14 +01:00

11 lines
151 B
ArmAsm

.text
.globl foo
.type foo, @function
foo:
.word 0
calls $0, protected_foo
calls $0, hidden_foo
calls $0, internal_foo
ret
.size foo, . - foo