RELAX_RELOC_*: New definitions for both BFD_ASSEMBLER and !BFD_ASSEMBLER.
[deliverable/binutils-gdb.git] / gas / dwarf2dbg.h
index b48135ad676fc6abe63843d7b943a22bd449cb27..8014f624fcdb5b25bdb74790cfdabaa7d4ff6405 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
This page took 0.022674 seconds and 4 git commands to generate.