]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* config/default.exp (CC,SIM): Delete.
authorDoug Evans <dje@google.com>
Fri, 15 May 1998 00:49:24 +0000 (00:49 +0000)
committerDoug Evans <dje@google.com>
Fri, 15 May 1998 00:49:24 +0000 (00:49 +0000)
* 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/testsuite/ChangeLog

index bbd0677b358bd0216b7a771296b185bbfad5b94f..c6cac9fbb9d43ba38af2f398945f3422ebaea5fd 100644 (file)
@@ -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.