mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
2006-04-10 H.J. Lu <hongjiu.lu@intel.com>
* lib/utils-lib.exp (default_binutils_run): Check exit status.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2006-04-10 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* lib/utils-lib.exp (default_binutils_run): Check exit status.
|
||||
|
||||
2005-12-24 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* config/default.exp: Do not load the unneeded util-defs.exp.
|
||||
|
@ -73,6 +73,12 @@ proc default_binutils_run { prog progargs } {
|
||||
if {![string match "" $exec_output]} then {
|
||||
send_log "$exec_output\n"
|
||||
verbose "$exec_output"
|
||||
} else {
|
||||
if { [lindex $state 0] != 0 } {
|
||||
set exec_output "$prog exited with status [lindex $state 0]"
|
||||
send_log "$exec_output\n"
|
||||
verbose "$exec_output"
|
||||
}
|
||||
}
|
||||
return $exec_output
|
||||
}
|
||||
|
Reference in New Issue
Block a user