Fix implib test failures
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / tls-hidden3b.s
CommitLineData
ead49a57
RS
1 .macro load
2 .text
3 lw $4,%gottprel(foo\@)($gp)
4
5 .global foo\@
6 .type foo\@,@object
7 .size foo\@,4
8 .section .tdata,"awT",@progbits
9foo\@:
10 .word \@
11 .endm
12
13 .rept 4
14 load
15 .endr
16
17 .data
18 .word undef
This page took 0.447701 seconds and 4 git commands to generate.