mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
* config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
Tue Mar 21 20:52:36 1995 Doug Evans <dje@cygnus.com>
|
||||
Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
|
||||
|
||||
* config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
|
||||
|
||||
* gdb.base/a2-run.exp: Change argument to istarget from
|
||||
"*-*-vxworks" to "*-*-vxworks*".
|
||||
|
@ -49,7 +49,7 @@ proc gdb_load { arg } {
|
||||
# spawn_vxgdb
|
||||
set result 0
|
||||
|
||||
if [vxworks_ld $shell_id $arg]<0 then {
|
||||
if { [vxworks_ld $shell_id $arg] != 0 } {
|
||||
perror "Couldn't load $arg"
|
||||
return -1
|
||||
}
|
||||
|
Reference in New Issue
Block a user