Commit bff6a7c2 by D.Venkatasubramanian Committed by Kazu Hirata

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
parent 3d874dea
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> 2003-03-10 Mark Mitchell <mark@codesourcery.com>
* g++.old-deja/g++.benjamin/16077.C: Adjust warnings. * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
......
...@@ -20,7 +20,8 @@ ...@@ -20,7 +20,8 @@
# Some targets don't have any implementation of __bb_init_func or are # Some targets don't have any implementation of __bb_init_func or are
# missing other needed machinery. # missing other needed machinery.
if { [istarget mmix-*-*] if { [istarget mmix-*-*]
|| [istarget cris-*-*] } { || [istarget cris-*-*]
|| [istarget h8300-*-*] } {
return return
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment