summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/tls-hidden3b.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-mips-elf/tls-hidden3b.s')
-rw-r--r--ld/testsuite/ld-mips-elf/tls-hidden3b.s18
1 files changed, 0 insertions, 18 deletions
diff --git a/ld/testsuite/ld-mips-elf/tls-hidden3b.s b/ld/testsuite/ld-mips-elf/tls-hidden3b.s
deleted file mode 100644
index 0744b078f88..00000000000
--- a/ld/testsuite/ld-mips-elf/tls-hidden3b.s
+++ /dev/null
@@ -1,18 +0,0 @@
- .macro load
- .text
- lw $4,%gottprel(foo\@)($gp)
-
- .global foo\@
- .type foo\@,@object
- .size foo\@,4
- .section .tdata,"awT",@progbits
-foo\@:
- .word \@
- .endm
-
- .rept 4
- load
- .endr
-
- .data
- .word undef