dwarf2read.c (setup_type_unit_groups): Add comment.
gdb/ChangeLog: * dwarf2read.c (setup_type_unit_groups): Add comment.
This commit is contained in:
parent
398e081380
commit
1fd60fc077
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-09-30 Doug Evans <dje@google.com>
|
||||
|
||||
* dwarf2read.c (setup_type_unit_groups): Add comment.
|
||||
|
||||
2015-09-30 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
|
||||
|
|
|
@ -9332,6 +9332,11 @@ setup_type_unit_groups (struct die_info *die, struct dwarf2_cu *cu)
|
|||
{
|
||||
struct compunit_symtab *cust = dwarf2_start_symtab (cu, "", NULL, 0);
|
||||
|
||||
/* Note: We don't assign tu_group->compunit_symtab yet because we're
|
||||
still initializing it, and our caller (a few levels up)
|
||||
process_full_type_unit still needs to know if this is the first
|
||||
time. */
|
||||
|
||||
tu_group->num_symtabs = lh->num_file_names;
|
||||
tu_group->symtabs = XNEWVEC (struct symtab *, lh->num_file_names);
|
||||
|
||||
|
|
Loading…
Reference in a new issue