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

8 lines
110 B
ArmAsm

.text
.globl bar
.type bar, @function
bar:
leal foo@GOTOFF(%ecx), %eax
ret
.size bar, .-bar
.hidden foo