]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[gdb/symtab] Declare lazy_expand_symtab_p
authorTom de Vries <tdevries@suse.de>
Fri, 18 Jun 2021 10:11:55 +0000 (12:11 +0200)
committerTom de Vries <tdevries@suse.de>
Thu, 24 Jun 2021 15:44:35 +0000 (17:44 +0200)
Declare lazy_expand_symtab_p.

Declare directly in .c file(s) instead of header file for now, to speed up
rebuilding.

gdb/dwarf2/read.c

index 16103e617d2010ad745807b0106bf0c154a4eb97..435e2ff75393ca6b75295d29447fe6a009d60d70 100644 (file)
@@ -90,6 +90,8 @@
 #include "count-one-bits.h"
 #include <unordered_set>
 
+extern bool lazy_expand_symtab_p;
+
 /* When == 1, print basic high level tracing messages.
    When > 1, be more verbose.
    This is in contrast to the low level DIE reading of dwarf_die_debug.  */