diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/lib/gdb.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index ba5909b..3962865 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-04-12 Paul Gilliam <pgilliam@us.ibm.com> + + * lib/gdb.exp (test_compiler_info): Give argument a default value. + 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com> * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 5bef869..a41ab3c 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -1291,7 +1291,7 @@ proc get_compiler_info {binfile args} { return 0; } -proc test_compiler_info { compiler } { +proc test_compiler_info { {compiler ""} } { global compiler_info # if no arg, return the compiler_info string |