diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-10-17 20:21:45 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-10-17 20:21:45 +0000 |
commit | e6c774b42adff3c63cb512132d9a7c40ca99be72 (patch) | |
tree | 9bf9eceade177e288c05e6277411d7255b540a63 /gas/dwarf2dbg.h | |
parent | ea20a7da87b245e4eb49ccc0688b9052c8815fe1 (diff) | |
download | gdb-e6c774b42adff3c63cb512132d9a7c40ca99be72.zip gdb-e6c774b42adff3c63cb512132d9a7c40ca99be72.tar.gz gdb-e6c774b42adff3c63cb512132d9a7c40ca99be72.tar.bz2 |
2000-10-17 Kazu Hirata <kazu@hxi.com>
* debug.c: Fix formatting.
* depend.c: Likewise.
* dwarf2dbg.c: Likewise.
* dwarf2dbg.h: Likewise.
* ecoff.c: Likewise.
* expr.c: Likewise.
* expr.h: Likewise.
* flonum-konst.c: Likewise.
* frags.h: Likewise.
Diffstat (limited to 'gas/dwarf2dbg.h')
-rw-r--r-- | gas/dwarf2dbg.h | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/gas/dwarf2dbg.h b/gas/dwarf2dbg.h index b48135a..8014f62 100644 --- a/gas/dwarf2dbg.h +++ b/gas/dwarf2dbg.h @@ -26,14 +26,13 @@ #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 |