mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-26 19:36:58 +08:00
* bfd-in.h (bfd_elf32_arm_allocate_interworking_sections): Correct
prototype. (bfd_elf32_arm_process_before_allocation): Likewise. * bfd-in2.h: Rebuild.
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
1999-06-03 Ian Lance Taylor <ian@zembu.com>
|
||||
|
||||
* bfd-in.h (bfd_elf32_arm_allocate_interworking_sections): Correct
|
||||
prototype.
|
||||
(bfd_elf32_arm_process_before_allocation): Likewise.
|
||||
* bfd-in2.h: Rebuild.
|
||||
|
||||
1999-06-03 David Mosberger <davidm@hpl.hp.com>
|
||||
|
||||
* dwarf2.c (struct line_info): Add member END_SEQUENCE to keep
|
||||
|
@ -725,10 +725,10 @@ extern boolean bfd_arm_get_bfd_for_interworking
|
||||
|
||||
/* ELF ARM Interworking support. Called from linker. */
|
||||
extern boolean bfd_elf32_arm_allocate_interworking_sections
|
||||
PARAMS ((struct bfd_link_info *, int));
|
||||
PARAMS ((struct bfd_link_info *));
|
||||
|
||||
extern boolean bfd_elf32_arm_process_before_allocation
|
||||
PARAMS ((bfd *, struct bfd_link_info *));
|
||||
PARAMS ((bfd *, struct bfd_link_info *, int));
|
||||
|
||||
extern boolean bfd_elf32_arm_get_bfd_for_interworking
|
||||
PARAMS ((bfd *, struct bfd_link_info *));
|
||||
|
@ -725,10 +725,10 @@ extern boolean bfd_arm_get_bfd_for_interworking
|
||||
|
||||
/* ELF ARM Interworking support. Called from linker. */
|
||||
extern boolean bfd_elf32_arm_allocate_interworking_sections
|
||||
PARAMS ((struct bfd_link_info *, int));
|
||||
PARAMS ((struct bfd_link_info *));
|
||||
|
||||
extern boolean bfd_elf32_arm_process_before_allocation
|
||||
PARAMS ((bfd *, struct bfd_link_info *));
|
||||
PARAMS ((bfd *, struct bfd_link_info *, int));
|
||||
|
||||
extern boolean bfd_elf32_arm_get_bfd_for_interworking
|
||||
PARAMS ((bfd *, struct bfd_link_info *));
|
||||
|
Reference in New Issue
Block a user