summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mmix/mmosec1.ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-mmix/mmosec1.ld')
-rw-r--r--ld/testsuite/ld-mmix/mmosec1.ld16
1 files changed, 0 insertions, 16 deletions
diff --git a/ld/testsuite/ld-mmix/mmosec1.ld b/ld/testsuite/ld-mmix/mmosec1.ld
deleted file mode 100644
index 4e7e7992c48..00000000000
--- a/ld/testsuite/ld-mmix/mmosec1.ld
+++ /dev/null
@@ -1,16 +0,0 @@
-OUTPUT_ARCH(mmix)
-ENTRY(Main)
-SECTIONS
-{
- .text 0x100 :
- { *(.text); Main = _start; }
-
- .other 0x1000000000000000 :
- { *(secname); *(anothersec); *(thirdsec); *(.a.fourth.section); }
-
- .data 0x2000000000000000 :
- { *(.data); }
-
- .MMIX.reg_contents :
- { *(.MMIX.reg_contents); }
-}