Commit f3dd79b9 by Richard Earnshaw Committed by Richard Earnshaw

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

From-SVN: r73153
parent 8159dc20
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> 2003-10-31 Josef Zlomek <zlomekj@suse.cz>
PR/10239 PR/10239
......
...@@ -20,6 +20,9 @@ ...@@ -20,6 +20,9 @@
# Some targets don't have any implementation of __bb_init_func or are # Some targets don't have any implementation of __bb_init_func or are
# missing other needed machinery. # missing other needed machinery.
if { [istarget mmix-*-*] if { [istarget mmix-*-*]
|| [istarget arm*-*-elf]
|| [istarget strongarm*-*-elf]
|| [istarget xscale*-*-elf]
|| [istarget cris-*-*] } { || [istarget cris-*-*] } {
return return
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment