OSDN Git Service

* g++.dg/bprob/bprob.exp (prof_ext): Update.
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Jul 2003 14:57:21 +0000 (14:57 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Jul 2003 14:57:21 +0000 (14:57 +0000)
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69145 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/bprob/bprob.exp
gcc/testsuite/g++.dg/gcov/gcov.exp
gcc/testsuite/g77.dg/bprob/bprob.exp
gcc/testsuite/gcc.misc-tests/bprob.exp
gcc/testsuite/gcc.misc-tests/gcov.exp
gcc/testsuite/lib/gcov.exp

index 859e8a5..4dd76b7 100644 (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
index d19e341..4e26e3b 100644 (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
index 9c06d26..0b0ce46 100644 (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";
 }
index 8ca9e9e..ae52506 100644 (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.
index 3203efa..c0035f0 100644 (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.
index d54c5b9..866e781 100644 (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";
 }
index 3350d28..c4a5c8c 100644 (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
 }
 
 #