diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2002-05-19 16:17:54 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2002-05-19 16:17:54 +0000 |
commit | f462a9ea21643369d0dd4327c69c0a802cb3da35 (patch) | |
tree | f2b7318286b6237a5e8fd8a2b16d7492628f1bf4 /binutils/coffgrok.h | |
parent | d13351445b92959ed7963e4c5e6a51741bf7f394 (diff) | |
download | gdb-f462a9ea21643369d0dd4327c69c0a802cb3da35.zip gdb-f462a9ea21643369d0dd4327c69c0a802cb3da35.tar.gz gdb-f462a9ea21643369d0dd4327c69c0a802cb3da35.tar.bz2 |
* addr2line.c: Fix formatting.
* ar.c: Likewise.
* arsup.c: Likewise.
* arsup.h: Likewise.
* binemul.c: Likewise.
* binemul.h: Likewise.
* bucomm.c: Likewise.
* coffdump.c: Likewise.
* coffgrok.c: Likewise.
* coffgrok.h: Likewise.
Diffstat (limited to 'binutils/coffgrok.h')
-rw-r--r-- | binutils/coffgrok.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/binutils/coffgrok.h b/binutils/coffgrok.h index be0bdef..d071d24 100644 --- a/binutils/coffgrok.h +++ b/binutils/coffgrok.h @@ -1,4 +1,4 @@ -/* coffgrok.h +/* coffgrok.h Copyright 2001 Free Software Foundation, Inc. This file is part of GNU Binutils. @@ -43,7 +43,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ int addend; }; - struct coff_section + struct coff_section { char *name; int code; @@ -82,7 +82,7 @@ struct coff_sfile /* Vector which maps where in each output section the input file has it's data */ - struct coff_isection *section; + struct coff_isection *section; }; @@ -97,7 +97,7 @@ struct coff_sfile } type; union { - struct + struct { int address; int size; @@ -147,7 +147,7 @@ struct coff_sfile }; - struct coff_line + struct coff_line { int nlines; int *lines; @@ -188,7 +188,7 @@ struct coff_sfile coff_vis_tag, coff_vis_member_of_struct, coff_vis_member_of_enum, - coff_vis_autoparam, + coff_vis_autoparam, coff_vis_regparam, } type; }; |