mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +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 */
|
/* 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 ,
|
||||||
|
Reference in New Issue
Block a user