From 560671a154d21c7982c039b98576a9d287e7665f Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Fri, 18 Jun 2021 12:11:55 +0200 Subject: [PATCH] [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. --- gdb/dwarf2/read.c | 2 ++ 1 file changed, 2 insertions(+) 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. */ -- 2.47.2