* [OBVIOUS] fix test_compiler_info
@ 2005-04-12 17:59 Paul Gilliam
2005-04-12 18:56 ` Daniel Jacobowitz
0 siblings, 1 reply; 2+ messages in thread
From: Paul Gilliam @ 2005-04-12 17:59 UTC (permalink / raw)
To: gdb-patches
In about I'm going to commit the following patch as obvious, unless I get yelled at:
2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
* lib/gdb.exp (test_compiler_info): Give argument a default value.
Index: lib/gdb.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/lib/gdb.exp,v
retrieving revision 1.59
diff -c -3 -p -r1.59 gdb.exp
*** lib/gdb.exp 6 Apr 2005 21:38:48 -0000 1.59
--- lib/gdb.exp 12 Apr 2005 17:45:05 -0000
*************** proc get_compiler_info {binfile args} {
*** 1291,1297 ****
return 0;
}
! proc test_compiler_info { compiler } {
global compiler_info
# if no arg, return the compiler_info string
--- 1291,1297 ----
return 0;
}
! proc test_compiler_info { {compiler ""} } {
global compiler_info
# if no arg, return the compiler_info string
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [OBVIOUS] fix test_compiler_info
2005-04-12 17:59 [OBVIOUS] fix test_compiler_info Paul Gilliam
@ 2005-04-12 18:56 ` Daniel Jacobowitz
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Jacobowitz @ 2005-04-12 18:56 UTC (permalink / raw)
To: Paul Gilliam; +Cc: gdb-patches
On Tue, Apr 12, 2005 at 09:57:45AM -0800, Paul Gilliam wrote:
> In about I'm going to commit the following patch as obvious, unless I get yelled at:
>
> 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
>
> * lib/gdb.exp (test_compiler_info): Give argument a default value.
Huh, learn something new about TCL every day. I guess...
--
Daniel Jacobowitz
CodeSourcery, LLC
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-04-12 18:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-12 17:59 [OBVIOUS] fix test_compiler_info Paul Gilliam
2005-04-12 18:56 ` Daniel Jacobowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox