aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1995-05-24 15:12:13 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1995-05-24 15:12:13 +0000
commiteea578da54c29f0ac79eedc6cca13d2856c0456d (patch)
treec75e07380f41ac2537909c07e8a5b1f2b0c2f2cf
parent0835edd63aeede7e964fa191eae4c62ef865928e (diff)
downloadfsf-binutils-gdb-eea578da54c29f0ac79eedc6cca13d2856c0456d.zip
fsf-binutils-gdb-eea578da54c29f0ac79eedc6cca13d2856c0456d.tar.gz
fsf-binutils-gdb-eea578da54c29f0ac79eedc6cca13d2856c0456d.tar.bz2
* lib/gdb.exp: Fix comment which erroneously identified
gdb_file_cmd as gdb_load (the 19 May change was in fact to gdb_file_cmd not gdb_load). * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
-rw-r--r--gdb/testsuite/config/unix-gdb.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/config/unix-gdb.exp b/gdb/testsuite/config/unix-gdb.exp
index 886a0e6..6562a8b 100644
--- a/gdb/testsuite/config/unix-gdb.exp
+++ b/gdb/testsuite/config/unix-gdb.exp
@@ -56,6 +56,7 @@ proc gdb_load { arg } {
global loadfile
global GDB
global prompt
+ upvar timeout timeout
return [gdb_file_cmd $arg]
}