diff options
author | Doug Evans <dje@google.com> | 1998-05-15 00:49:24 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-05-15 00:49:24 +0000 |
commit | 90ef07f2e53f6153ff099d1c9ff9bf4a84c32d00 (patch) | |
tree | 29ac5778e06567f565310652d3510ee7d15660da /sim | |
parent | f0ba99a67149a79cded7859e9d451f726f13fa99 (diff) | |
download | gdb-90ef07f2e53f6153ff099d1c9ff9bf4a84c32d00.zip gdb-90ef07f2e53f6153ff099d1c9ff9bf4a84c32d00.tar.gz gdb-90ef07f2e53f6153ff099d1c9ff9bf4a84c32d00.tar.bz2 |
* config/default.exp (CC,SIM): Delete.
* sky-defs.tcl (LDSCRIPT,SIM): Delete.
(run_trc_test): Use sim_compile, sim_run. Only delete temp files
if testcase passed.
(run_brn_test): Ditto.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/testsuite/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sim/testsuite/ChangeLog b/sim/testsuite/ChangeLog index bbd0677..c6cac9f 100644 --- a/sim/testsuite/ChangeLog +++ b/sim/testsuite/ChangeLog @@ -1,11 +1,16 @@ Thu May 14 11:48:35 1998 Doug Evans <devans@canuck.cygnus.com> + * config/default.exp (CC,SIM): Delete. start-sanitize-sky + * sky-defs.tcl (LDSCRIPT,SIM): Delete. + (run_trc_test): Use sim_compile, sim_run. Only delete temp files + if testcase passed. + (run_brn_test): Ditto. * sim/sky/sky.exp: Add runtest_file_p support. Don't print unsupported message if not sky. * sim/sky/sky_sce.exp: Likewise. - end-sanitize-sky + * lib/sim-defs.exp (sim_run): Fix handling of output redirection. New arg prog_opts. All callers updated. |