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>
* g++.dg/abi/mangle17.C: Make sure template expressions are
......
......@@ -28,7 +28,7 @@ if { [istarget mmix-*-*]
set tool g++
set profile_option -fprofile-arcs
set feedback_option -fbranch-probabilities
set prof_ext da
set prof_ext gcda
if $tracelevel then {
strace $tracelevel
......
......@@ -32,8 +32,8 @@ if { ![is_remote host] && [string match "*/*" [lindex $GXX_UNDER_TEST 0]] } {
# Initialize harness.
dg-init
# Delete old .da files.
set files [glob -nocomplain gcov-*.da];
# Delete old .gcda files.
set files [glob -nocomplain gcov-*.gcda];
if { $files != "" } {
eval "remote_file build delete $files";
}
......
......@@ -28,7 +28,7 @@ if { [istarget mmix-*-*]
set tool g77
set profile_option -fprofile-arcs
set feedback_option -fbranch-probabilities
set prof_ext da
set prof_ext gcda
set perf_ext tim
# Override the list defined in profopt.exp.
......
......@@ -29,7 +29,7 @@ if { [istarget mmix-*-*]
set tool gcc
set profile_option -fprofile-arcs
set feedback_option -fbranch-probabilities
set prof_ext da
set prof_ext gcda
set perf_ext tim
# Override the list defined in profopt.exp.
......
......@@ -32,8 +32,8 @@ if { ![is_remote host] && [string match "*/*" [lindex $GCC_UNDER_TEST 0]] } {
# Initialize harness.
dg-init
# Delete old .da files.
set files [glob -nocomplain gcov-*.da];
# Delete old .gcda files.
set files [glob -nocomplain gcov-*.gcda];
if { $files != "" } {
eval "remote_file build delete $files";
}
......
......@@ -27,7 +27,7 @@ global GCOV
proc clean-gcov { testcase } {
set basename [file tail $testcase]
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