diff options
Diffstat (limited to 'gdb/testsuite/config/unix-gdb.exp')
-rw-r--r-- | gdb/testsuite/config/unix-gdb.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/config/unix-gdb.exp b/gdb/testsuite/config/unix-gdb.exp index 69cf6d1e1d..64283d30c2 100644 --- a/gdb/testsuite/config/unix-gdb.exp +++ b/gdb/testsuite/config/unix-gdb.exp @@ -95,6 +95,7 @@ proc gdb_load { arg } { if $verbose>1 then { send_user "\t\tLoaded $arg into the $GDB\n" } + return 0 } -re "has no symbol-table.*$prompt $" { error "$arg wasn't compiled with \"-g\"" |