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

12 lines
137 B
ArmAsm

.type foo,%gnu_indirect_function
foo:
ret
.globl _start
_start:
ret
.globl __start
__start:
.global _main
_main:
.data
.dc.a foo