From bff6a7c25d12e7ab0ec20c719b151023aea3106e Mon Sep 17 00:00:00 2001 From: "D.Venkatasubramanian" Date: Tue, 11 Mar 2003 12:32:26 +0000 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.misc-tests/bprob.exp | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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 } -- 2.30.2