Changed the shape of the howto type yet again.

Now m88kbcs support can self host.
This commit is contained in:
Steve Chamberlain
1991-04-24 20:51:27 +00:00
parent a36f604047
commit 4cddd1c904
10 changed files with 266 additions and 177 deletions

View File

@@ -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;