* gdb.server/ext-attach.exp: Likewise.
+2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
+
+ * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
+ * gdb.server/ext-attach.exp: Likewise.
+
2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
Eliminate some sleep usage.
return 0
}
-# On SPU, this test currently fails because "sleep" is not supported.
-if { [istarget "spu*-*-*"] } {
- return 0
-}
-
# are we on a target board
if [is_remote target] then {
return 0
return 0
}
-# On SPU, this test currently fails because "sleep" is not supported.
-if { [istarget "spu*-*-*"] } {
- return 0
-}
-
# We need to use TCL's exec to get the pid.
if [is_remote target] then {
return 0