From 1502e1556c87fb727fe0360f1f2703425d7aa455 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Thu, 17 Nov 2011 11:25:10 +0000 Subject: [PATCH] Skip simulate-thread tests on all alpha targets * lib/gcc-simulate-thread.exp (simulate-thread): Skip on alpha*-*-*. From-SVN: r181441 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/lib/gcc-simulate-thread.exp | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a3a7ab216a2..00b9a19b7f5 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-11-17 Rainer Orth + + * lib/gcc-simulate-thread.exp (simulate-thread): Skip on + alpha*-*-*. + 2011-10-16 Uros Bizjak * gcc.dg/tm/memopt-6.c: Cleanup tmedge tree dump. diff --git a/gcc/testsuite/lib/gcc-simulate-thread.exp b/gcc/testsuite/lib/gcc-simulate-thread.exp index 1fea404a9c7..55fe74ecff8 100644 --- a/gcc/testsuite/lib/gcc-simulate-thread.exp +++ b/gcc/testsuite/lib/gcc-simulate-thread.exp @@ -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). -- 2.30.2