aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-sparc/vxworks1.ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-sparc/vxworks1.ld')
-rw-r--r--ld/testsuite/ld-sparc/vxworks1.ld30
1 files changed, 0 insertions, 30 deletions
diff --git a/ld/testsuite/ld-sparc/vxworks1.ld b/ld/testsuite/ld-sparc/vxworks1.ld
deleted file mode 100644
index 979d7733548..00000000000
--- a/ld/testsuite/ld-sparc/vxworks1.ld
+++ /dev/null
@@ -1,30 +0,0 @@
-SECTIONS
-{
- . = 0x80000;
- .interp : { *(.interp) }
- .hash : { *(.hash) }
- .dynsym : { *(.dynsym) }
- .dynstr : { *(.dynstr) }
-
- . = ALIGN (0x400);
- .rela.dyn : { *(.rela.dyn) }
- .rela.plt : { *(.rela.plt) }
-
- . = ALIGN (0x400);
- .plt : { *(.plt) }
-
- . = ALIGN (0x400);
- .text : { *(.text) }
-
- . = ALIGN (0x10000);
- .dynamic : { *(.dynamic) }
-
- . = ALIGN (0x400);
- .got : { *(.got.plt) *(.got) }
-
- . = ALIGN (0x400);
- .bss : { *(.bss) }
-
- . = ALIGN (0x400);
- .data : { *(.data) }
-}