From f3dd79b90f3f6e8c5a49be3b4e21b59052167437 Mon Sep 17 00:00:00 2001 From: Richard Earnshaw Date: Fri, 31 Oct 2003 16:04:21 +0000 Subject: [PATCH] * g++.dg/bprob/bprob.exp: Disable test on arm-elf configs. From-SVN: r73153 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/g++.dg/bprob/bprob.exp | 3 +++ 2 files changed, 7 insertions(+) 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 } -- 2.30.2