summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/stub-dynsym-1.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-mips-elf/stub-dynsym-1.s')
-rw-r--r--ld/testsuite/ld-mips-elf/stub-dynsym-1.s10
1 files changed, 0 insertions, 10 deletions
diff --git a/ld/testsuite/ld-mips-elf/stub-dynsym-1.s b/ld/testsuite/ld-mips-elf/stub-dynsym-1.s
deleted file mode 100644
index 15d2e1b8025..00000000000
--- a/ld/testsuite/ld-mips-elf/stub-dynsym-1.s
+++ /dev/null
@@ -1,10 +0,0 @@
- .macro decl
- .global exported\@
- .equ exported\@,\@
- .endm
-
- .rept dynsym - base_syms
- decl
- .endr
-
- lw $25,%call16(foo)($gp)