2000-11-02 Theo Honohan <th@futuretv.com>
[deliverable/binutils-gdb.git] / gas / dwarf2dbg.h
index b48135ad676fc6abe63843d7b943a22bd449cb27..cf9f8d86b37205f091898fd745a950245a620c69 100644 (file)
 #define DWARF2_FLAG_BEGIN_STMT (1 << 0)        /* beginning of statement */
 #define DWARF2_FLAG_BEGIN_BLOCK        (1 << 1)        /* beginning of basic block */
 
-struct dwarf2_line_info
-  {
-    char *filename;
-    unsigned int filenum;
-    unsigned int line;
-    unsigned int column;
-    unsigned int flags;
-  };
+struct dwarf2_line_info {
+  char *filename;
+  unsigned int filenum;
+  unsigned int line;
+  unsigned int column;
+  unsigned int flags;
+};
 
 /* Implements the .file FILENO "FILENAME" directive.  FILENO can be 0
    to indicate that no file number has been assigned.  All real file
@@ -66,4 +65,6 @@ extern void dwarf2_gen_line_info PARAMS ((addressT addr,
    .debug_line section.  */
 extern void dwarf2_finish PARAMS ((void));
 
+extern void dwarf2_generate_asm_lineno PARAMS ((int));
+
 #endif /* AS_DWARF2DBG_H */
This page took 0.024066 seconds and 4 git commands to generate.