bfd/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / got-page-3c.s
1 .macro makeref,sym
2 lw $5,%got(\sym\@)($gp)
3 .endm
4
5 .globl f3
6 .ent f3
7 f3:
8 .rept 8000
9 makeref frob
10 .endr
11 .end f3
This page took 0.0304 seconds and 4 git commands to generate.