diff options
author | K. Richard Pixley <rich@cygnus> | 1991-06-06 22:32:20 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-06-06 22:32:20 +0000 |
commit | 86b2c77541578f3fb57438376afc3dce35b49f98 (patch) | |
tree | 39bebbe502f1a61766937c0066d87f10a724ff87 /include | |
parent | 48491e2e15d8230b37b05e682c6947527b5859ce (diff) | |
download | binutils-gdb-86b2c77541578f3fb57438376afc3dce35b49f98.tar.gz |
This butchery gets me around a coff dependancy problem and into stage2
again. This should not be considered real code.
Diffstat (limited to 'include')
-rw-r--r-- | include/bfd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bfd.h b/include/bfd.h index da6a563ef67..1c91bc21d0b 100644 --- a/include/bfd.h +++ b/include/bfd.h @@ -545,6 +545,10 @@ typedef struct bfd_target /* Jumps for coff swapping */ +#define AUXENT void* +#define SYMENT void* +#define LINENO void* + SDEF(void, _bfd_coff_swap_aux_in,( bfd *abfd , AUXENT *ext , |