bprob.exp: Disable test cases for h8300-*-* as profiling options are not supported.
authorD.Venkatasubramanian <dvenkat@noida.hcltech.com>
Tue, 11 Mar 2003 12:32:26 +0000 (12:32 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 11 Mar 2003 12:32:26 +0000 (12:32 +0000)
* gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
profiling options are not supported.

From-SVN: r64171

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.misc-tests/bprob.exp

index 705abb781712d7e8e86ff08f92ab891fb204e4cd..80900ccee74412090ee500844bcb45e22d2ccc32 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
+
+       * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
+       profiling options are not supported.
+
 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
 
        * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
index 5f370682a539488c0b1e8bb25eea80f549a650f5..3203efa5108a79b9f5c374e50838f906f5b4f796 100644 (file)
@@ -20,7 +20,8 @@
 # Some targets don't have any implementation of __bb_init_func or are
 # missing other needed machinery.
 if { [istarget mmix-*-*]
-     || [istarget cris-*-*] } {
+     || [istarget cris-*-*]
+     || [istarget h8300-*-*] } {
     return
 }