summaryrefslogtreecommitdiff
path: root/gas/ecoff.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-10-17 20:21:45 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-10-17 20:21:45 +0000
commit346ef029eac60b60044a551338f448d2db37ff11 (patch)
treed12623e012ec87b852d71ab5a6395fd4931f7578 /gas/ecoff.c
parentb6638427aea42e2f712e847e6a9af54dbc78937f (diff)
downloadbinutils-redhat-346ef029eac60b60044a551338f448d2db37ff11.tar.gz
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/ecoff.c')
-rw-r--r--gas/ecoff.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gas/ecoff.c b/gas/ecoff.c
index 55b290b8eb..9a626faa25 100644
--- a/gas/ecoff.c
+++ b/gas/ecoff.c
@@ -952,8 +952,7 @@ typedef struct efdr {
} efdr_t;
/* Pre-initialized extended file structure. */
-static const efdr_t init_file =
-{
+static const efdr_t init_file = {
{ /* FDR structure */
0, /* adr: memory address of beginning of file */
0, /* rss: file name (of source, if known) */
@@ -1111,7 +1110,7 @@ static const type_info_t type_info_init = {
/* Global hash table for the tags table and global table for file
descriptors. */
-static varray_t file_desc = INIT_VARRAY (efdr_t);
+static varray_t file_desc = INIT_VARRAY (efdr_t);
static struct hash_control *tag_hash;