summaryrefslogtreecommitdiff
path: root/gcc/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/debug.h')
-rw-r--r--gcc/debug.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/debug.h b/gcc/debug.h
index 2793e302115..c1c0842069d 100644
--- a/gcc/debug.h
+++ b/gcc/debug.h
@@ -146,4 +146,10 @@ extern void dwarf2out_frame_finish PARAMS ((void));
translation unit. */
extern int dwarf2out_do_frame PARAMS ((void));
+extern void debug_flush_symbol_queue PARAMS ((void));
+extern void debug_queue_symbol PARAMS ((tree));
+extern void debug_free_queue PARAMS ((void));
+extern int debug_nesting;
+extern int symbol_queue_index;
+
#endif /* !GCC_DEBUG_H */