diff options
Diffstat (limited to 'ld/testsuite/ld-scripts/scriptm.t')
-rw-r--r-- | ld/testsuite/ld-scripts/scriptm.t | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/testsuite/ld-scripts/scriptm.t b/ld/testsuite/ld-scripts/scriptm.t new file mode 100644 index 00000000000..57ccae13662 --- /dev/null +++ b/ld/testsuite/ld-scripts/scriptm.t @@ -0,0 +1,10 @@ +* 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 |