This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] Fix thinko in cc-with-index.sh.


I forgot to specify a default value for output_file.

Checked in.

2010-10-07  Doug Evans  <dje@google.com>

	* cc-with-index.sh (output_file): Default to a.out.

Index: cc-with-index.sh
===================================================================
RCS file: /cvs/src/src/gdb/cc-with-index.sh,v
retrieving revision 1.1
diff -u -p -r1.1 cc-with-index.sh
--- cc-with-index.sh	5 Oct 2010 04:28:15 -0000	1.1
+++ cc-with-index.sh	7 Oct 2010 19:34:12 -0000
@@ -50,6 +50,7 @@ OBJCOPY=${OBJCOPY:-objcopy}
 
 have_link=unknown
 next_is_output_file=no
+output_file=a.out
 
 for arg in "$@"
 do


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]