mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
Use struct bfd_seclet * rather than bfd_seclet_type in prototypes to
avoid requiring seclet.h before libcoff.h.
This commit is contained in:
@ -557,7 +557,7 @@ dependent COFF routines
|
|||||||
. struct internal_syment *sym));
|
. struct internal_syment *sym));
|
||||||
. void (*_bfd_coff_reloc16_extra_cases) PARAMS ((
|
. void (*_bfd_coff_reloc16_extra_cases) PARAMS ((
|
||||||
. bfd *abfd,
|
. bfd *abfd,
|
||||||
. bfd_seclet_type *seclet,
|
. struct bfd_seclet *seclet,
|
||||||
. arelent *reloc,
|
. arelent *reloc,
|
||||||
. bfd_byte *data,
|
. bfd_byte *data,
|
||||||
. unsigned int *src_ptr,
|
. unsigned int *src_ptr,
|
||||||
|
@ -104,9 +104,9 @@ extern boolean bfd_coff_reloc16_relax_section PARAMS ((bfd *,
|
|||||||
asection *,
|
asection *,
|
||||||
asymbol **));
|
asymbol **));
|
||||||
extern bfd_byte *bfd_coff_reloc16_get_relocated_section_contents
|
extern bfd_byte *bfd_coff_reloc16_get_relocated_section_contents
|
||||||
PARAMS ((bfd *, bfd_seclet_type *, bfd_byte *));
|
PARAMS ((bfd *, struct bfd_seclet *, bfd_byte *));
|
||||||
extern bfd_vma bfd_coff_reloc16_get_value PARAMS ((arelent *,
|
extern bfd_vma bfd_coff_reloc16_get_value PARAMS ((arelent *,
|
||||||
bfd_seclet_type *));
|
struct bfd_seclet *));
|
||||||
|
|
||||||
/* And more taken from the source .. */
|
/* And more taken from the source .. */
|
||||||
|
|
||||||
|
@ -104,9 +104,9 @@ extern boolean bfd_coff_reloc16_relax_section PARAMS ((bfd *,
|
|||||||
asection *,
|
asection *,
|
||||||
asymbol **));
|
asymbol **));
|
||||||
extern bfd_byte *bfd_coff_reloc16_get_relocated_section_contents
|
extern bfd_byte *bfd_coff_reloc16_get_relocated_section_contents
|
||||||
PARAMS ((bfd *, bfd_seclet_type *, bfd_byte *));
|
PARAMS ((bfd *, struct bfd_seclet *, bfd_byte *));
|
||||||
extern bfd_vma bfd_coff_reloc16_get_value PARAMS ((arelent *,
|
extern bfd_vma bfd_coff_reloc16_get_value PARAMS ((arelent *,
|
||||||
bfd_seclet_type *));
|
struct bfd_seclet *));
|
||||||
|
|
||||||
/* And more taken from the source .. */
|
/* And more taken from the source .. */
|
||||||
|
|
||||||
@ -252,7 +252,7 @@ typedef struct
|
|||||||
struct internal_syment *sym));
|
struct internal_syment *sym));
|
||||||
void (*_bfd_coff_reloc16_extra_cases) PARAMS ((
|
void (*_bfd_coff_reloc16_extra_cases) PARAMS ((
|
||||||
bfd *abfd,
|
bfd *abfd,
|
||||||
bfd_seclet_type *seclet,
|
struct bfd_seclet *seclet,
|
||||||
arelent *reloc,
|
arelent *reloc,
|
||||||
bfd_byte *data,
|
bfd_byte *data,
|
||||||
unsigned int *src_ptr,
|
unsigned int *src_ptr,
|
||||||
|
Reference in New Issue
Block a user