gcc-simulate-thread.exp (simulate-thread): Do not run on powerpc*-*-darwin* targets.
authorIain Sandoe <iains@gcc.gnu.org>
Tue, 15 Nov 2011 13:16:17 +0000 (13:16 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Tue, 15 Nov 2011 13:16:17 +0000 (13:16 +0000)
gcc/testsuite:

* lib/gcc-simulate-thread.exp (simulate-thread): Do not run on
powerpc*-*-darwin* targets.

From-SVN: r181384

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

index a6446452a34349efcd50c4d199ec65dd7686f2c9..c7a33b10bc1662e9c9e6f4d2e52e233450702ac7 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-15  Iain Sandoe  <iains@gcc.gnu.org>
+
+       * lib/gcc-simulate-thread.exp (simulate-thread): Do not run on
+       powerpc*-*-darwin* targets.
+
 2011-11-15  Torvald Riegel  <triegel@redhat.com>
 
        * c-c++-common/tm/trxn-expr-3.c: New test.
index b2487d2d8c7ab91f753aaea0c56fa399e519c626..1fea404a9c75ebb925ad342ba6831ad02a69faf3 100644 (file)
@@ -26,6 +26,10 @@ proc simulate-thread { args } {
     # ??? Exit immediately if this is alpha*-*-linux* target, single-stepping
     # executable between ldl_l and stl_c insns in gdb breaks LL/SC chaining.
     if { [istarget alpha*-*-linux*] } { return }
+    
+    # GNU gdb 6.3 on powerpc-darwin also  on these (and expect does not appear
+    # to be able to terminate them).
+    if { [istarget powerpc*-*-darwin*] } { return }
 
     if { ![isnative] || [is_remote target] } { return }