OSDN Git Service

* g++.dg/bprob/bprob.exp: Disable test on arm-elf configs.
authorrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Oct 2003 16:04:21 +0000 (16:04 +0000)
committerrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Oct 2003 16:04:21 +0000 (16:04 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73153 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/bprob/bprob.exp

index af7bb4a..7812a03 100644 (file)
@@ -1,3 +1,7 @@
+2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
+
+       * g++.dg/bprob/bprob.exp: Disable test on arm-elf configs.
+
 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
 
        PR/10239
index 4e26e3b..83a7de9 100644 (file)
@@ -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
 }