From: Richard Earnshaw Date: Fri, 31 Oct 2003 16:04:21 +0000 (+0000) Subject: * g++.dg/bprob/bprob.exp: Disable test on arm-elf configs. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f3dd79b90f3f6e8c5a49be3b4e21b59052167437;p=gcc.git * g++.dg/bprob/bprob.exp: Disable test on arm-elf configs. From-SVN: r73153 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index af7bb4a59b5..7812a0365f3 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-10-31 Richard Earnshaw + + * g++.dg/bprob/bprob.exp: Disable test on arm-elf configs. + 2003-10-31 Josef Zlomek PR/10239 diff --git a/gcc/testsuite/g++.dg/bprob/bprob.exp b/gcc/testsuite/g++.dg/bprob/bprob.exp index 4e26e3bbede..83a7de95c6a 100644 --- a/gcc/testsuite/g++.dg/bprob/bprob.exp +++ b/gcc/testsuite/g++.dg/bprob/bprob.exp @@ -20,6 +20,9 @@ # Some targets don't have any implementation of __bb_init_func or are # missing other needed machinery. if { [istarget mmix-*-*] + || [istarget arm*-*-elf] + || [istarget strongarm*-*-elf] + || [istarget xscale*-*-elf] || [istarget cris-*-*] } { return }