MIPS/BFD: Move attribute check after ELF file header flag check
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / tls-hidden3a.s
CommitLineData
ead49a57
RS
1 .macro load
2 lw $4,%gottprel(foo\@)($gp)
3 .endm
4
5 .rept 4
6 load
7 .endr
8
9 .section .tdata,"awT",@progbits
10 .fill 0xabc0
This page took 0.410992 seconds and 4 git commands to generate.