* g++.dg/bprob/bprob.exp: Disable test on arm-elf configs.

From-SVN: r73153
This commit is contained in:
Richard Earnshaw 2003-10-31 16:04:21 +00:00 committed by Richard Earnshaw
parent 8159dc2024
commit f3dd79b90f
2 changed files with 7 additions and 0 deletions

View 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

View 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
}