binutils-gdb/ld/testsuite/ld-mips-elf/got-page-3c.s

12 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