Retro68/binutils/ld/testsuite/ld-mips-elf/got-page-3b.s
2012-03-26 21:18:29 +02:00

12 lines
118 B
ArmAsm

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