summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/scriptm.t
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-scripts/scriptm.t')
-rw-r--r--ld/testsuite/ld-scripts/scriptm.t10
1 files changed, 0 insertions, 10 deletions
diff --git a/ld/testsuite/ld-scripts/scriptm.t b/ld/testsuite/ld-scripts/scriptm.t
deleted file mode 100644
index 57ccae13662..00000000000
--- a/ld/testsuite/ld-scripts/scriptm.t
+++ /dev/null
@@ -1,10 +0,0 @@
-* MRI script
-sect .text = $100 ; .text start address
-sect .data = 1000h ; .data start address
-public text_start = $100
-public text_end = # continuation line
- text_start + 4
-public data_start = 1000h
-public data_end = data_start + 4
-
-load tmpdir/script.o