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:
parent
338fbd7b1d
commit
9b59379032
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user