* ld-scripts/script.exp: Split script verification into a proc.

Add simple test of MRI script.
	* ld-scripts/scriptm.t: New file.
This commit is contained in:
Ian Lance Taylor
1995-08-15 21:37:19 +00:00
parent 3a47309642
commit 62a72a565d
3 changed files with 25 additions and 0 deletions

View 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> 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 * ld-empic/empic.exp: If $CC does not exist, call untested rather
than unresolved. than unresolved.

View File

@ -29,6 +29,7 @@ defined.t
script.exp script.exp
script.s script.s
script.t script.t
scriptm.t
sizeof.exp sizeof.exp
sizeof.s sizeof.s
sizeof.t sizeof.t

View File

@ -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