allow building GDB with Python support on MinGW
[deliverable/binutils-gdb.git] / gas / dwarf2dbg.h
index 3295bd85a9d94f58f63b9bd04f236c17942906b9..fdeac47f01a6717496de8d0d4ee8515ba9876290 100644 (file)
@@ -1,5 +1,6 @@
 /* dwarf2dbg.h - DWARF2 debug support
-   Copyright 1999, 2000, 2002, 2003, 2007 Free Software Foundation, Inc.
+   Copyright 1999, 2000, 2002, 2003, 2005, 2006, 2007, 2009
+   Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -82,13 +83,15 @@ extern void dwarf2_emit_label (symbolS *);
 
 /* True when we've seen a .loc directive recently.  Used to avoid
    doing work when there's nothing to do.  */
-bfd_boolean dwarf2_loc_directive_seen;
+extern bfd_boolean dwarf2_loc_directive_seen;
 
 /* True when we're supposed to set the basic block mark whenever a label
    is seen.  Unless the target is doing Something Weird, just call 
    dwarf2_emit_label.  */
 extern bfd_boolean dwarf2_loc_mark_labels;
 
+extern void dwarf2_init (void);
+
 extern void dwarf2_finish (void);
 
 extern int dwarf2dbg_estimate_size_before_relax (fragS *);
This page took 0.024245 seconds and 4 git commands to generate.