• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Révision02fe99727120efcb90ff8840af1d2c4d6312b492 (tree)
l'heure2015-01-03 04:49:14
AuteurDoug Evans <dje@goog...>
CommiterDoug Evans

Message de Log

dwarf2read.c (setup_type_unit_groups): Remove outdated comment.

gdb/ChangeLog:

* dwarf2read.c (setup_type_unit_groups): Remove outdated comment.

Change Summary

Modification

--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
11 2015-01-02 Doug Evans <dje@google.com>
22
3+ * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
4+
5+2015-01-02 Doug Evans <dje@google.com>
6+
37 * symtab.h (struct symbol): Fix typo in comment.
48
59 2015-01-01 Joel Brobecker <brobecker@adacore.com>
--- a/gdb/dwarf2read.c
+++ b/gdb/dwarf2read.c
@@ -9152,7 +9152,6 @@ setup_type_unit_groups (struct die_info *die, struct dwarf2_cu *cu)
91529152 gdb_assert (tu_group->symtabs == NULL);
91539153 restart_symtab (tu_group->compunit_symtab, "", 0);
91549154 }
9155- /* Note: The compunit symtab will get allocated at the end. */
91569155 return;
91579156 }
91589157