diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-11 12:32:26 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-11 12:32:26 +0000 |
commit | f64ab3c162d268c32b7d99c13e9568bab3d3e53c (patch) | |
tree | 2b130394ffd33944f6d44a9b60a7d26791e691cd /gcc/testsuite/gcc.misc-tests | |
parent | 49711a1da376e512907142a33ff56617fbd19716 (diff) | |
download | gcc-f64ab3c162d268c32b7d99c13e9568bab3d3e53c.tar.gz |
* gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
profiling options are not supported.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64171 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.misc-tests')
-rw-r--r-- | gcc/testsuite/gcc.misc-tests/bprob.exp | 3 |
1 files changed, 2 insertions, 1 deletions
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 } |