From: Tom de Vries Date: Fri, 18 Jun 2021 10:11:55 +0000 (+0200) Subject: [gdb/symtab] Declare lazy_expand_symtab_p X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=560671a154d21c7982c039b98576a9d287e7665f;p=thirdparty%2Fbinutils-gdb.git [gdb/symtab] Declare lazy_expand_symtab_p Declare lazy_expand_symtab_p. Declare directly in .c file(s) instead of header file for now, to speed up rebuilding. --- diff --git a/gdb/dwarf2/read.c b/gdb/dwarf2/read.c index 16103e617d2..435e2ff7539 100644 --- a/gdb/dwarf2/read.c +++ b/gdb/dwarf2/read.c @@ -90,6 +90,8 @@ #include "count-one-bits.h" #include +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. */