summaryrefslogtreecommitdiff
path: root/binutils/coffgrok.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2002-05-19 16:17:54 +0000
committerKazu Hirata <kazu@codesourcery.com>2002-05-19 16:17:54 +0000
commit0ec2c1c8e8ec73c9bdecc54108e759a4e8ddba29 (patch)
treef9cc5668fc856d382350dff0158a582c8f03d127 /binutils/coffgrok.h
parenta213b24f7e27b65e8659bbdbc8adc6f466f786e9 (diff)
downloadbinutils-redhat-0ec2c1c8e8ec73c9bdecc54108e759a4e8ddba29.tar.gz
* 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.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/binutils/coffgrok.h b/binutils/coffgrok.h
index be0bdef3c9..d071d24e72 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;
};