Commit bda8c1ca by Nathan Sidwell Committed by Nathan Sidwell

bprob.exp (prof_ext): Update.

	* g++.dg/bprob/bprob.exp (prof_ext): Update.
	* g77.dg/bprob/bprob.exp (prof_ext): Update.
	* gcc.misc-tests/bprob.exp (prof_ext): Update.
	* gcc.misc-tests/gcov.exp: Update
	* g++.dg/gcov/gcov.exp: Update
	* lib/gcov.exp: Update.

From-SVN: r69145
parent 1f66e2a0
2003-07-09 Nathan Sidwell <nathan@codesourcery.com>
* g++.dg/bprob/bprob.exp (prof_ext): Update.
* g77.dg/bprob/bprob.exp (prof_ext): Update.
* gcc.misc-tests/bprob.exp (prof_ext): Update.
* gcc.misc-tests/gcov.exp: Update
* g++.dg/gcov/gcov.exp: Update
* lib/gcov.exp: Update.
2003-07-08 Mark Mitchell <mark@codesourcery.com> 2003-07-08 Mark Mitchell <mark@codesourcery.com>
* g++.dg/abi/mangle17.C: Make sure template expressions are * g++.dg/abi/mangle17.C: Make sure template expressions are
......
...@@ -28,7 +28,7 @@ if { [istarget mmix-*-*] ...@@ -28,7 +28,7 @@ if { [istarget mmix-*-*]
set tool g++ set tool g++
set profile_option -fprofile-arcs set profile_option -fprofile-arcs
set feedback_option -fbranch-probabilities set feedback_option -fbranch-probabilities
set prof_ext da set prof_ext gcda
if $tracelevel then { if $tracelevel then {
strace $tracelevel strace $tracelevel
......
...@@ -32,8 +32,8 @@ if { ![is_remote host] && [string match "*/*" [lindex $GXX_UNDER_TEST 0]] } { ...@@ -32,8 +32,8 @@ if { ![is_remote host] && [string match "*/*" [lindex $GXX_UNDER_TEST 0]] } {
# Initialize harness. # Initialize harness.
dg-init dg-init
# Delete old .da files. # Delete old .gcda files.
set files [glob -nocomplain gcov-*.da]; set files [glob -nocomplain gcov-*.gcda];
if { $files != "" } { if { $files != "" } {
eval "remote_file build delete $files"; eval "remote_file build delete $files";
} }
......
...@@ -28,7 +28,7 @@ if { [istarget mmix-*-*] ...@@ -28,7 +28,7 @@ if { [istarget mmix-*-*]
set tool g77 set tool g77
set profile_option -fprofile-arcs set profile_option -fprofile-arcs
set feedback_option -fbranch-probabilities set feedback_option -fbranch-probabilities
set prof_ext da set prof_ext gcda
set perf_ext tim set perf_ext tim
# Override the list defined in profopt.exp. # Override the list defined in profopt.exp.
......
...@@ -29,7 +29,7 @@ if { [istarget mmix-*-*] ...@@ -29,7 +29,7 @@ if { [istarget mmix-*-*]
set tool gcc set tool gcc
set profile_option -fprofile-arcs set profile_option -fprofile-arcs
set feedback_option -fbranch-probabilities set feedback_option -fbranch-probabilities
set prof_ext da set prof_ext gcda
set perf_ext tim set perf_ext tim
# Override the list defined in profopt.exp. # Override the list defined in profopt.exp.
......
...@@ -32,8 +32,8 @@ if { ![is_remote host] && [string match "*/*" [lindex $GCC_UNDER_TEST 0]] } { ...@@ -32,8 +32,8 @@ if { ![is_remote host] && [string match "*/*" [lindex $GCC_UNDER_TEST 0]] } {
# Initialize harness. # Initialize harness.
dg-init dg-init
# Delete old .da files. # Delete old .gcda files.
set files [glob -nocomplain gcov-*.da]; set files [glob -nocomplain gcov-*.gcda];
if { $files != "" } { if { $files != "" } {
eval "remote_file build delete $files"; eval "remote_file build delete $files";
} }
......
...@@ -27,7 +27,7 @@ global GCOV ...@@ -27,7 +27,7 @@ global GCOV
proc clean-gcov { testcase } { proc clean-gcov { testcase } {
set basename [file tail $testcase] set basename [file tail $testcase]
set base [file rootname $basename] set base [file rootname $basename]
remote_file host delete $base.bb $base.bbg $base.da $basename.gcov remote_file host delete $base.gcno $base.gcda $basename.gcov
} }
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment