mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
This butchery gets me around a coff dependancy problem and into stage2
again. This should not be considered real code.
This commit is contained in:
@ -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 ,
|
||||
|
Reference in New Issue
Block a user