aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-12-14 23:28:41 +0000
committerDoug Evans <dje@google.com>1998-12-14 23:28:41 +0000
commit71d0d0a788ed0ecdcad1f06499c42aa364dadc02 (patch)
tree72f4a97730afb1443de44ee52a42aa2f02915312 /sim
parentebc5ff70a2a7eeecd5739530dd8f5b01c2a06e28 (diff)
downloadgdb-71d0d0a788ed0ecdcad1f06499c42aa364dadc02.zip
gdb-71d0d0a788ed0ecdcad1f06499c42aa364dadc02.tar.gz
gdb-71d0d0a788ed0ecdcad1f06499c42aa364dadc02.tar.bz2
* sim/fr30/hello.ms: Add trailing \n to expected output.
* sim/m32r/hello.ms: Ditto. * sim/m32r/hw-trap.ms: Ditto.
Diffstat (limited to 'sim')
-rw-r--r--sim/testsuite/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/testsuite/ChangeLog b/sim/testsuite/ChangeLog
index d6409e3..2a1adf2 100644
--- a/sim/testsuite/ChangeLog
+++ b/sim/testsuite/ChangeLog
@@ -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>