forked from Imagelibrary/binutils-gdb
* gdb.base/attach.exp: Re-enable for spu*-*-* targets.
* gdb.server/ext-attach.exp: Likewise.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user