diff options
author | Steve Chamberlain <steve@cygnus> | 1991-04-24 20:51:27 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-04-24 20:51:27 +0000 |
commit | 4cddd1c9048abf7852e9faa4e46a9ce96d7f9436 (patch) | |
tree | ecfd460dcc357d90d1e917805f77494104b76dd7 /bfd/libcoff.h | |
parent | a36f604047f7006445325a8e3d962c7f2c115a09 (diff) | |
download | binutils-4cddd1c9048abf7852e9faa4e46a9ce96d7f9436.zip binutils-4cddd1c9048abf7852e9faa4e46a9ce96d7f9436.tar.gz binutils-4cddd1c9048abf7852e9faa4e46a9ce96d7f9436.tar.bz2 |
Changed the shape of the howto type yet again.
Now m88kbcs support can self host.
Diffstat (limited to 'bfd/libcoff.h')
-rw-r--r-- | bfd/libcoff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/libcoff.h b/bfd/libcoff.h index ca498f2..c00970f 100644 --- a/bfd/libcoff.h +++ b/bfd/libcoff.h @@ -42,7 +42,7 @@ typedef struct { typedef struct icofdata { - struct aouthdr *hdr; /* exec file header */ + struct aouthdr hdr; /* exec file header */ coff_symbol_type *symbols; /* symtab for input bfd */ unsigned int *conversion_table; file_ptr sym_filepos; |