* sim/fr30/hello.ms: Add trailing \n to expected output.

* sim/m32r/hello.ms: Ditto.
	* sim/m32r/hw-trap.ms: Ditto.
This commit is contained in:
Doug Evans 1998-12-14 23:28:41 +00:00
parent ebc5ff70a2
commit 71d0d0a788
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@
errors. Translate \n sequences in expected output to newline char.
(slurp_options): Make parentheses optional.
(sim_run): Look for board_info sim,options.
* sim/fr30/hello.ms: Add trailing \n to expected output.
* sim/m32r/hello.ms: Ditto.
* sim/m32r/hw-trap.ms: Ditto.
* sim/m32r/trap.cgs: Properly align trap2_handler.
1998-12-14 Dave Brolley <brolley@cygnus.com>