Skip simulate-thread tests on all alpha targets

* lib/gcc-simulate-thread.exp (simulate-thread): Skip on
	alpha*-*-*.

From-SVN: r181441
This commit is contained in:
Rainer Orth 2011-11-17 11:25:10 +00:00 committed by Rainer Orth
parent ee42e4b6ef
commit 1502e1556c
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2011-11-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* lib/gcc-simulate-thread.exp (simulate-thread): Skip on
alpha*-*-*.
2011-10-16 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/tm/memopt-6.c: Cleanup tmedge tree dump.

View File

@ -23,9 +23,9 @@
proc simulate-thread { args } {
# ??? Exit immediately if this is alpha*-*-linux* target, single-stepping
# ??? Exit immediately if this is alpha*-*-* target, single-stepping
# executable between ldl_l and stl_c insns in gdb breaks LL/SC chaining.
if { [istarget alpha*-*-linux*] } { return }
if { [istarget alpha*-*-*] } { return }
# GNU gdb 6.3 on powerpc-darwin also on these (and expect does not appear
# to be able to terminate them).