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:
e2ada9c
)
dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
author
Doug Evans
<dje@google.com>
Fri, 2 Jan 2015 19:49:14 +0000
(11:49 -0800)
committer
Doug Evans
<dje@google.com>
Fri, 2 Jan 2015 19:49:14 +0000
(11:49 -0800)
gdb/ChangeLog:
* dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
gdb/ChangeLog
patch
|
blob
|
history
gdb/dwarf2read.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 55eb7333277b71d64740131d077bed79a01da02a..8b016dc4fac7a44a5035dd53e4fa205661c972ad 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2015-01-02 Doug Evans <dje@google.com>
+
+ * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
+
2015-01-02 Doug Evans <dje@google.com>
* symtab.h (struct symbol): Fix typo in comment.
diff --git
a/gdb/dwarf2read.c
b/gdb/dwarf2read.c
index 486a1ccc6701ce9a03bfb53605fd0ff71ab45dba..86c3a730e7b813eb92f905288d2d3dff92c0b076 100644
(file)
--- a/
gdb/dwarf2read.c
+++ b/
gdb/dwarf2read.c
@@
-9152,7
+9152,6
@@
setup_type_unit_groups (struct die_info *die, struct dwarf2_cu *cu)
gdb_assert (tu_group->symtabs == NULL);
restart_symtab (tu_group->compunit_symtab, "", 0);
}
- /* Note: The compunit symtab will get allocated at the end. */
return;
}