diff options
author | Doug Evans <dje@google.com> | 1998-05-14 18:50:37 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-05-14 18:50:37 +0000 |
commit | 41ab9a4b7e77d1e527c6a40ff9089dc5adc91ffc (patch) | |
tree | 3262b87712e9329251438113a1b384180db7feb0 | |
parent | 3e8c1f2e167cbf5e05ff6b7f8299334adea14082 (diff) | |
download | gdb-41ab9a4b7e77d1e527c6a40ff9089dc5adc91ffc.zip gdb-41ab9a4b7e77d1e527c6a40ff9089dc5adc91ffc.tar.gz gdb-41ab9a4b7e77d1e527c6a40ff9089dc5adc91ffc.tar.bz2 |
* lib/sim-defs.exp (sim_run): Fix handling of output redirection.
New arg prog_opts. All callers updated.
-rw-r--r-- | sim/testsuite/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sim/testsuite/ChangeLog b/sim/testsuite/ChangeLog index ab61727..db37127 100644 --- a/sim/testsuite/ChangeLog +++ b/sim/testsuite/ChangeLog @@ -1,3 +1,14 @@ +Thu May 14 11:48:35 1998 Doug Evans <devans@canuck.cygnus.com> + + * lib/sim-defs.exp (sim_run): Fix handling of output redirection. + New arg prog_opts. All callers updated. + +Fri May 8 18:10:28 1998 Jillian Ye <jillian@cygnus.com> + + * Makefile.in: Made "check" the target of two + dependencies (test1, test2) so that test2 get a chance to + run even when test1 failed if "make -k check" is used. + Fri May 8 14:41:28 1998 Doug Evans <devans@canuck.cygnus.com> * lib/sim-defs.exp (sim_version): Simplify. |