* gdb.base/attach.exp: Re-enable for spu*-*-* targets.

* gdb.server/ext-attach.exp: Likewise.
This commit is contained in:
Ulrich Weigand 2009-04-03 14:37:04 +00:00
parent 55ac2b9961
commit 5ecd5cbe98
3 changed files with 5 additions and 10 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -32,11 +32,6 @@ if { [istarget "hppa*-*-hpux*"] } {
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

View File

@ -27,11 +27,6 @@ if { [skip_gdbserver_tests] } {
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