Browse Source

This butchery gets me around a coff dependancy problem and into stage2

again.  This should not be considered real code.
gdb-4_18-branch
K. Richard Pixley 36 years ago
parent
commit
86b2c77541
  1. 4
      include/bfd.h

4
include/bfd.h

@ -545,6 +545,10 @@ typedef struct bfd_target
/* Jumps for coff swapping */ /* Jumps for coff swapping */
#define AUXENT void*
#define SYMENT void*
#define LINENO void*
SDEF(void, _bfd_coff_swap_aux_in,( SDEF(void, _bfd_coff_swap_aux_in,(
bfd *abfd , bfd *abfd ,
AUXENT *ext , AUXENT *ext ,

Loading…
Cancel
Save