mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 17:04:02 +08:00
2020-04-29 Sterling Augustine <saugustine@google.com>
* dwarf2/read.c (setup_type_unit_groups): Set list_in_scope.
This commit is contained in:
parent
44e33ab45d
commit
84ed7a4725
@ -1,3 +1,7 @@
|
||||
2020-04-29 Sterling Augustine <saugustine@google.com>
|
||||
|
||||
* dwarf2/read.c (setup_type_unit_groups): Set list_in_scope.
|
||||
|
||||
2020-04-29 Tom Tromey <tromey@adacore.com>
|
||||
|
||||
PR ada/25875:
|
||||
|
@ -10942,6 +10942,7 @@ dwarf2_cu::setup_type_unit_groups (struct die_info *die)
|
||||
= XOBNEWVEC (&COMPUNIT_OBJFILE (cust)->objfile_obstack,
|
||||
struct symtab *, line_header->file_names_size ());
|
||||
|
||||
list_in_scope = get_builder ()->get_file_symbols ();
|
||||
auto &file_names = line_header->file_names ();
|
||||
for (i = 0; i < file_names.size (); ++i)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user