2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>

* lib/gdb.exp (test_compiler_info): Give argument a default value.
This commit is contained in:
Paul Gilliam
2005-04-12 20:14:35 +00:00
parent 338fbd7b1d
commit 9b59379032
2 changed files with 5 additions and 1 deletions

View File

@ -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> 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
* Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with

View File

@ -1291,7 +1291,7 @@ proc get_compiler_info {binfile args} {
return 0; return 0;
} }
proc test_compiler_info { compiler } { proc test_compiler_info { {compiler ""} } {
global compiler_info global compiler_info
# if no arg, return the compiler_info string # if no arg, return the compiler_info string