Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-mips-elf/got-page-3c.s
2023-03-06 14:48:14 +01:00

11 lines
119 B
ArmAsm

.macro makeref,sym
lw $5,%got(\sym\@)($gp)
.endm
.globl f3
.ent f3
f3:
.rept 8000
makeref frob
.endr
.end f3