* ld-scripts/script.exp: Split script verification into a proc.
authorIan Lance Taylor <ian@airs.com>
Tue, 15 Aug 1995 21:37:19 +0000 (21:37 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 15 Aug 1995 21:37:19 +0000 (21:37 +0000)
Add simple test of MRI script.
* ld-scripts/scriptm.t: New file.

ld/testsuite/ChangeLog
ld/testsuite/ld-scripts/.Sanitize
ld/testsuite/ld-scripts/scriptm.t [new file with mode: 0644]

index 76835ffe3364be54afb52b2dd49692de48d71316..5afd6f814c76a487a65503a42909e20b09bbb5b0 100644 (file)
@@ -1,5 +1,19 @@
+Tue Aug 15 17:35:35 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * ld-scripts/script.exp: Split script verification into a proc.
+       Add simple test of MRI script.
+       * ld-scripts/scriptm.t: New file.
+
+Wed Jul 26 11:38:58 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * ld-sh/sh.exp: Mark `SH confirm relaxing' test unresolved when
+       appropriate.
+
 Mon Jul 24 15:34:31 1995  Ian Lance Taylor  <ian@cygnus.com>
 
+       * config/default.exp: Define objcopy if it is not defined.
+       * ld-sh/*: New tests for SH relaxing.
+
        * ld-empic/empic.exp: If $CC does not exist, call untested rather
        than unresolved.
 
index 07c5fe044bcde835dbda0b68e4271a7cacd20918..97524820b45999398726d07c9fb089271113a183 100644 (file)
@@ -29,6 +29,7 @@ defined.t
 script.exp
 script.s
 script.t
+scriptm.t
 sizeof.exp
 sizeof.s
 sizeof.t
diff --git a/ld/testsuite/ld-scripts/scriptm.t b/ld/testsuite/ld-scripts/scriptm.t
new file mode 100644 (file)
index 0000000..57ccae1
--- /dev/null
@@ -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
This page took 0.02718 seconds and 4 git commands to generate.