PR 10173
[deliverable/binutils-gdb.git] / gas / dwarf2dbg.h
index 4dfc6247ec126d2b3b7051c4f4665c850be157c2..3295bd85a9d94f58f63b9bd04f236c17942906b9 100644 (file)
@@ -34,6 +34,7 @@ struct dwarf2_line_info {
   unsigned int column;
   unsigned int isa;
   unsigned int flags;
+  unsigned int discriminator;
 };
 
 /* Implements the .file FILENO "FILENAME" directive.  FILENO can be 0
@@ -86,7 +87,7 @@ 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.  */
-bfd_boolean dwarf2_loc_mark_labels;
+extern bfd_boolean dwarf2_loc_mark_labels;
 
 extern void dwarf2_finish (void);
 
This page took 0.023893 seconds and 4 git commands to generate.