bprob.exp: Disable test cases for h8300-*-* as profiling options are not supported.

* gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
	profiling options are not supported.

From-SVN: r64171
This commit is contained in:
D.Venkatasubramanian 2003-03-11 12:32:26 +00:00 committed by Kazu Hirata
parent 3d874dea12
commit bff6a7c25d
2 changed files with 7 additions and 1 deletions

View 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.

View 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
}