diff options
author | Bob Manson <manson@cygnus> | 1997-09-03 00:29:03 +0000 |
---|---|---|
committer | Bob Manson <manson@cygnus> | 1997-09-03 00:29:03 +0000 |
commit | dbd850bb60693119cd4bce90ae265d0cbf21c668 (patch) | |
tree | fe1b1019d9c3a039d5a997ab5f0faeb915f5d38d /gdb/testsuite | |
parent | 19ebb9e3b87d56e467af168b46e74aab183e1a0c (diff) | |
download | gdb-dbd850bb60693119cd4bce90ae265d0cbf21c668.zip gdb-dbd850bb60693119cd4bce90ae265d0cbf21c668.tar.gz gdb-dbd850bb60693119cd4bce90ae265d0cbf21c668.tar.bz2 |
Fix missing global verbose declaration. grrrr. this is NOT
right.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/config/sparclet.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/config/sparclet.exp b/gdb/testsuite/config/sparclet.exp index 4894046..db128b0 100644 --- a/gdb/testsuite/config/sparclet.exp +++ b/gdb/testsuite/config/sparclet.exp @@ -86,6 +86,7 @@ proc gdb_start { } { proc gdb_sparclet_startup { arg } { global gdb_prompt global GDB + global verbose set is_running_stub 0; |