From: Ian Lance Taylor Date: Thu, 3 Jun 1999 09:21:53 +0000 (+0000) Subject: * bfd-in.h (bfd_elf32_arm_allocate_interworking_sections): Correct X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a3e38ad3ed7130d0a6435b35533d0c05fd847fc0;p=binutils-gdb.git * bfd-in.h (bfd_elf32_arm_allocate_interworking_sections): Correct prototype. (bfd_elf32_arm_process_before_allocation): Likewise. * bfd-in2.h: Rebuild. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3f1bae4a456..be727751eb6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +1999-06-03 Ian Lance Taylor + + * 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 * dwarf2.c (struct line_info): Add member END_SEQUENCE to keep diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h index 7c18ce79da3..9c983bae62a 100644 --- a/bfd/bfd-in.h +++ b/bfd/bfd-in.h @@ -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 *)); diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 248ab9dbbd7..657ff064dd9 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -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 *));