From 73179e4a2454d9af3da90d7893b1c05dfc03f7d2 Mon Sep 17 00:00:00 2001 From: Aldy Hernandez Date: Thu, 4 Sep 2014 16:37:36 +0000 Subject: dearly: Emit DIEs for decls early in the compilation process. This is the original patch from Michael Matz, ported to a more recent mainline. From-SVN: r214906 --- gcc/debug.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/debug.h') diff --git a/gcc/debug.h b/gcc/debug.h index 3ac7976..28bc210 100644 --- a/gcc/debug.h +++ b/gcc/debug.h @@ -187,6 +187,8 @@ extern void dwarf2out_switch_text_section (void); const char *remap_debug_filename (const char *); void add_debug_prefix_map (const char *); +extern void dwarf2out_early_decl (tree); + /* For -fdump-go-spec. */ extern const struct gcc_debug_hooks * -- cgit v1.1