Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-ifunc/ifunc-25-x86.s

15 lines
165 B
ArmAsm
Raw Normal View History

2023-03-06 14:48:14 +01:00
.text
.globl foo
.type foo,%gnu_indirect_function
foo:
ret
.globl _start
_start:
call foo@PLT
.globl __start
__start:
.global _main
_main:
.data
.dc.a foo