* gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
profiling options are not supported.
From-SVN: r64171
+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.
# 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
}