diff options
Diffstat (limited to 'binutils/testsuite/config/default.exp')
-rw-r--r-- | binutils/testsuite/config/default.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/testsuite/config/default.exp b/binutils/testsuite/config/default.exp index 3c1b22d..c5acd46 100644 --- a/binutils/testsuite/config/default.exp +++ b/binutils/testsuite/config/default.exp @@ -112,6 +112,7 @@ if {[file isfile tmpdir/gas/as[exe_ext]]} then { # binutils_run # run a program, returning the output # sets binutils_run_failed if the program does not exist +# sets binutils_run_status to the exit status of the program # proc binutils_run { prog progargs } { default_binutils_run $prog $progargs |