gcc/testsuite:
* lib/gcc-simulate-thread.exp (simulate-thread): Do not run on
powerpc*-*-darwin* targets.
From-SVN: r181384
+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.
# ??? 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 }