]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Revert "Disable-lazy"
authorTom de Vries <tdevries@suse.de>
Thu, 24 Jun 2021 15:56:57 +0000 (17:56 +0200)
committerTom de Vries <tdevries@suse.de>
Thu, 24 Jun 2021 15:59:27 +0000 (17:59 +0200)
This reverts commit 70e839550684896cdc581f28c4e948e4ff5ff6fe.

gdb/dwarf2/read.c

index deec20ed98fa79bb5125ca1a130a955f2836c3c3..cf6dc08367cf69cb087063ab1dffbb24ed946281 100644 (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 (false && lazy_expand_symtab_p && cu->per_cu->interesting_symbols
+  if (lazy_expand_symtab_p && cu->per_cu->interesting_symbols
       && cu->per_cu->interesting_symbols->size () > 0)
     {
       std::set<sect_offset> expanded;