mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
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:
@ -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
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user