Disable-lazy

This commit is contained in:
Tom de Vries
2021-06-21 16:57:38 +02:00
parent e084d3fff0
commit 1b36a6700f

View File

@@ -10549,7 +10549,7 @@ read_file_scope (struct die_info *die, struct dwarf2_cu *cu)
handle_DW_AT_stmt_list (die, cu, fnd.comp_dir, lowpc);
/* Process all dies in compilation unit. */
if (lazy_expand_symtab_p && cu->per_cu->interesting_symbols
if (false && lazy_expand_symtab_p && cu->per_cu->interesting_symbols
&& cu->per_cu->interesting_symbols->size () > 0)
{
std::set<sect_offset> expanded;