mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-30 13:35:24 +08:00
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:
parent
1f66e2a059
commit
bda8c1ca80
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user