* dwarf2read.c (setup_type_unit_groups): Fix comment.

This commit is contained in:
Doug Evans 2013-04-24 19:12:26 +00:00
parent 05567e3d0b
commit 74e04d1ccf
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-04-24 Doug Evans <dje@google.com>
* dwarf2read.c (setup_type_unit_groups): Fix comment.
2013-04-22 Keith Seitz <keiths@redhat.com>
* tracepoint.c (trace_save): Call the writer's start method.

View File

@ -8186,7 +8186,7 @@ setup_type_unit_groups (struct die_info *die, struct dwarf2_cu *cu)
attr = dwarf2_attr (die, DW_AT_stmt_list, cu);
/* If we're using .gdb_index (includes -readnow) then
per_cu->s.type_unit_group may not have been set up yet. */
per_cu->type_unit_group may not have been set up yet. */
if (sig_type->type_unit_group == NULL)
sig_type->type_unit_group = get_type_unit_group (cu, attr);
tu_group = sig_type->type_unit_group;