From: Doug Evans Date: Wed, 24 Apr 2013 19:12:26 +0000 (+0000) Subject: * dwarf2read.c (setup_type_unit_groups): Fix comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=74e04d1ccfc72c023f2c960cb13cb7a605a637ff;p=binutils-gdb.git * dwarf2read.c (setup_type_unit_groups): Fix comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cd80314fdc0..1510c7dea8b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2013-04-24 Doug Evans + + * dwarf2read.c (setup_type_unit_groups): Fix comment. + 2013-04-22 Keith Seitz * tracepoint.c (trace_save): Call the writer's start method. diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index 24b1fe6cb12..3c9972bbfe2 100644 --- a/gdb/dwarf2read.c +++ b/gdb/dwarf2read.c @@ -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;