summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/stub-dynsym-1.ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-mips-elf/stub-dynsym-1.ld')
-rw-r--r--ld/testsuite/ld-mips-elf/stub-dynsym-1.ld17
1 files changed, 0 insertions, 17 deletions
diff --git a/ld/testsuite/ld-mips-elf/stub-dynsym-1.ld b/ld/testsuite/ld-mips-elf/stub-dynsym-1.ld
deleted file mode 100644
index 17c998df029..00000000000
--- a/ld/testsuite/ld-mips-elf/stub-dynsym-1.ld
+++ /dev/null
@@ -1,17 +0,0 @@
-SECTIONS
-{
- . = 0x80000;
- .interp : { *(.interp) }
- .hash : { *(.hash) }
- .dynsym : { *(.dynsym) }
- .dynstr : { *(.dynstr) }
- .rel.dyn : { *(.rel.dyn) }
- .MIPS.stubs : { *(.MIPS.stubs) }
- .text : { *(.text) }
-
- . = ALIGN (0x10000);
- _gp = . + 0x7ff0;
- .got : { *(.got) }
-
- /DISCARD/ : { *(.reginfo) }
-}