+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.
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;