From 00e14314cf12ad2a25566b75dd924e361715e106 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Thu, 7 Oct 2010 19:34:52 +0000 Subject: [PATCH] * cc-with-index.sh (output_file): Default to a.out. --- gdb/ChangeLog | 2 ++ gdb/cc-with-index.sh | 1 + 2 files changed, 3 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1518b5892da..21fe5f0cc02 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2010-10-07 Doug Evans + * 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. diff --git a/gdb/cc-with-index.sh b/gdb/cc-with-index.sh index 4608629f39c..70cc0ecacc5 100644 --- a/gdb/cc-with-index.sh +++ b/gdb/cc-with-index.sh @@ -50,6 +50,7 @@ OBJCOPY=${OBJCOPY:-objcopy} have_link=unknown next_is_output_file=no +output_file=a.out for arg in "$@" do -- 2.30.2