OSDN Git Service

Skip simulate-thread tests on all alpha targets
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Nov 2011 11:25:10 +0000 (11:25 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Nov 2011 11:25:10 +0000 (11:25 +0000)
* lib/gcc-simulate-thread.exp (simulate-thread): Skip on
alpha*-*-*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181441 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/lib/gcc-simulate-thread.exp

index a3a7ab2..00b9a19 100644 (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.
index 1fea404..55fe74e 100644 (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).