Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-sh/fdpic-funcdesc-shared.s
2023-03-06 14:48:14 +01:00

10 lines
114 B
ArmAsm

.data
.globl bar
.type bar,@object
.size bar,4
bar:
.long foo@FUNCDESC
.text
.type foo,@function
foo:
nop