mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
* cc-with-index.sh (output_file): Default to a.out.
This commit is contained in:
parent
48bb73dd52
commit
00e14314cf
@ -1,5 +1,7 @@
|
||||
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
|
||||
symbol_table and index_table_slots to symbol_table_slots.
|
||||
All uses updated.
|
||||
|
@ -50,6 +50,7 @@ OBJCOPY=${OBJCOPY:-objcopy}
|
||||
|
||||
have_link=unknown
|
||||
next_is_output_file=no
|
||||
output_file=a.out
|
||||
|
||||
for arg in "$@"
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user