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

This commit is contained in:
Doug Evans 2010-10-07 19:34:52 +00:00
parent 48bb73dd52
commit 00e14314cf
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2010-10-07 Doug Evans <dje@google.com> 2010-10-07 Doug Evans <dje@google.com>
* cc-with-index.sh (output_file): Default to a.out.
* dwarf2read.c (mapped_index): Rename member index_table to * dwarf2read.c (mapped_index): Rename member index_table to
symbol_table and index_table_slots to symbol_table_slots. symbol_table and index_table_slots to symbol_table_slots.
All uses updated. All uses updated.

View File

@ -50,6 +50,7 @@ OBJCOPY=${OBJCOPY:-objcopy}
have_link=unknown have_link=unknown
next_is_output_file=no next_is_output_file=no
output_file=a.out
for arg in "$@" for arg in "$@"
do do