Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-i386/hidden3.s

9 lines
110 B
ArmAsm
Raw Normal View History

2023-03-06 14:48:14 +01:00
.text
.globl bar
.type bar, @function
bar:
leal foo@GOTOFF(%ecx), %eax
ret
.size bar, .-bar
.hidden foo