bprob.exp (prof_ext): Update.
authorNathan Sidwell <nathan@codesourcery.com>
Wed, 9 Jul 2003 14:57:21 +0000 (14:57 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Wed, 9 Jul 2003 14:57:21 +0000 (14:57 +0000)
* 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

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 859e8a5059a5860503e4ce429a733204553c455e..4dd76b7ace26a62a40a78a3f8e9cbd3c47f2c021 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 d19e341b1ea9f96bea58dbde3f0dadef2d57b360..4e26e3bbede6792c1a07b34f296787894492d725 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 9c06d26434a5d9229d27d10908780fb065a24ed5..0b0ce46f85132495e129e700566658f972196415 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 8ca9e9ea95164d779c6f2fd3036e6c8c1e76eb19..ae52506f6cdf9c4d2265d20fd767b3d744f13097 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 3203efa5108a79b9f5c374e50838f906f5b4f796..c0035f0a47e6526d6c77b045167b6fb0ec2751ad 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 d54c5b96873729beba5a4e491f0dfba5ede64a5a..866e781fb50a7b5c4dcf752695d3cee2d0c46199 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 3350d288c04e54155fdd0304989447a147ee467c..c4a5c8c90dfeb10c8d55be4b768b85801733f5d1 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
 }
 
 #