diff options
author | D.Venkatasubramanian <dvenkat@noida.hcltech.com> | 2003-03-11 12:32:26 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-03-11 12:32:26 +0000 |
commit | bff6a7c25d12e7ab0ec20c719b151023aea3106e (patch) | |
tree | 2b130394ffd33944f6d44a9b60a7d26791e691cd | |
parent | 3d874dea1252ef898d7964b510ebd35b1441e194 (diff) | |
download | gcc-bff6a7c25d12e7ab0ec20c719b151023aea3106e.zip gcc-bff6a7c25d12e7ab0ec20c719b151023aea3106e.tar.gz gcc-bff6a7c25d12e7ab0ec20c719b151023aea3106e.tar.bz2 |
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
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.misc-tests/bprob.exp | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 705abb7..80900cc 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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. diff --git a/gcc/testsuite/gcc.misc-tests/bprob.exp b/gcc/testsuite/gcc.misc-tests/bprob.exp index 5f37068..3203efa 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 } |