diff options
author | Doug Evans <dje@google.com> | 1998-06-12 01:08:57 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-06-12 01:08:57 +0000 |
commit | b8f9289f1942fa87fa9aaa09e916daae10b3d721 (patch) | |
tree | 30d86c46da3ab46192680eb9e000056121284b95 | |
parent | 2a62c9b87bda2cd394bc5c0a3d052fdbf078ee59 (diff) | |
download | gdb-b8f9289f1942fa87fa9aaa09e916daae10b3d721.zip gdb-b8f9289f1942fa87fa9aaa09e916daae10b3d721.tar.gz gdb-b8f9289f1942fa87fa9aaa09e916daae10b3d721.tar.bz2 |
* lib/sim-defs.exp (sim_run): Argument env_vals renamed to options,
which is now a list of options controlling the behaviour of sim_run.
* sim/sky/sky-defs.tcl (run_trc_test): Update to new way of
environment variables to sim_run.
-rw-r--r-- | sim/testsuite/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/testsuite/ChangeLog b/sim/testsuite/ChangeLog index 9fd4626..dfb20d6 100644 --- a/sim/testsuite/ChangeLog +++ b/sim/testsuite/ChangeLog @@ -8,8 +8,12 @@ Thu Jun 11 15:24:53 1998 Doug Evans <devans@canuck.cygnus.com> * sim/sky/vu.h (VU0_MEM1_WINDOW_START): New macro. (VU0_MEM1_SIZE): New macro. + * lib/sim-defs.exp (sim_run): Argument env_vals renamed to options, + which is now a list of options controlling the behaviour of sim_run. + * sim/sky/sky-defs.tcl (run_brn_test): Fix `options' arg to sim_compile. Fix handling of dvpasm_flags. + (run_trc_test): Update to new way of environment variables to sim_run. Wed Jun 10 15:56:10 1998 Frank Ch. Eigler <fche@cygnus.com> |