mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-27 22:10:32 +00:00
* dwarf2read.c (setup_type_unit_groups): Fix comment.
This commit is contained in:
parent
05567e3d0b
commit
74e04d1ccf
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user