projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48bb73d
)
* cc-with-index.sh (output_file): Default to a.out.
author
Doug Evans
<dje@google.com>
Thu, 7 Oct 2010 19:34:52 +0000
(19:34 +0000)
committer
Doug Evans
<dje@google.com>
Thu, 7 Oct 2010 19:34:52 +0000
(19:34 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/cc-with-index.sh
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 1518b5892da27801299c4a4f403bfb14ae397135..21fe5f0cc02a6a1e75aeab749b7d207137d3548d 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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.
diff --git
a/gdb/cc-with-index.sh
b/gdb/cc-with-index.sh
index 4608629f39ce77c0026fdbc9483b25dd59e68448..70cc0ecacc54f916927beac88bb94a5021de9663 100644
(file)
--- 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