From: D.Venkatasubramanian Date: Tue, 11 Mar 2003 12:32:26 +0000 (+0000) Subject: bprob.exp: Disable test cases for h8300-*-* as profiling options are not supported. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bff6a7c25d12e7ab0ec20c719b151023aea3106e;p=gcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 705abb78171..80900ccee74 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2003-03-11 D.Venkatasubramanian + + * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as + profiling options are not supported. + 2003-03-10 Mark Mitchell * g++.old-deja/g++.benjamin/16077.C: Adjust warnings. diff --git a/gcc/testsuite/gcc.misc-tests/bprob.exp b/gcc/testsuite/gcc.misc-tests/bprob.exp index 5f370682a53..3203efa5108 100644 --- a/gcc/testsuite/gcc.misc-tests/bprob.exp +++ b/gcc/testsuite/gcc.misc-tests/bprob.exp @@ -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 }