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
This commit is contained in:
Nathan Sidwell 2003-07-09 14:57:21 +00:00 committed by Nathan Sidwell
parent 1f66e2a059
commit bda8c1ca80
7 changed files with 17 additions and 8 deletions

View File

@ -1,3 +1,12 @@
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

View File

@ -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

View File

@ -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";
}

View File

@ -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.

View File

@ -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.

View File

@ -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";
}

View File

@ -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
}
#