OSDN Git Service

* gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Mar 2003 12:32:26 +0000 (12:32 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Mar 2003 12:32:26 +0000 (12:32 +0000)
profiling options are not supported.

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

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

index 705abb7..80900cc 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 5f37068..3203efa 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
 }