MIPS/BFD: Move attribute check after ELF file header flag check
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / got-page-3b.s
CommitLineData
c224138d
RS
1 .macro makeref,sym
2 lw $5,%got(\sym\@)($gp)
3 .endm
4
5 .globl f2
6 .ent f2
7f2:
8 .rept 8000
9 makeref bar
10 .endr
11 .end f2
This page took 0.366083 seconds and 4 git commands to generate.