From 917583ad772872d4be81820c56aff7828ae4819b Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sat, 25 Aug 2001 09:49:44 +0000 Subject: Add missing prototypes --- bfd/elf-m10200.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'bfd/elf-m10200.c') diff --git a/bfd/elf-m10200.c b/bfd/elf-m10200.c index fb28d79..86d0c58 100644 --- a/bfd/elf-m10200.c +++ b/bfd/elf-m10200.c @@ -31,6 +31,19 @@ static boolean mn10200_elf_relax_delete_bytes PARAMS ((bfd *, asection *, bfd_vma, int)); static boolean mn10200_elf_symbol_address_p PARAMS ((bfd *, asection *, Elf32_External_Sym *, bfd_vma)); +static bfd_reloc_status_type mn10200_elf_final_link_relocate + PARAMS ((reloc_howto_type *, bfd *, bfd *, asection *, + bfd_byte *, bfd_vma, bfd_vma, bfd_vma, + struct bfd_link_info *, asection *, int)); +static boolean mn10200_elf_relocate_section +PARAMS (( bfd *, struct bfd_link_info *, bfd *, asection *, + bfd_byte *, Elf_Internal_Rela *, Elf_Internal_Sym *, + asection **)); +static boolean mn10200_elf_relax_section + PARAMS ((bfd *, asection *, struct bfd_link_info *, boolean *)); +static bfd_byte * mn10200_elf_get_relocated_section_contents + PARAMS ((bfd *, struct bfd_link_info *, struct bfd_link_order *, + bfd_byte *, boolean, asymbol **)); /* We have to use RELA instructions since md_apply_fix3 in the assembler does absolutely nothing. */ @@ -214,6 +227,7 @@ mn10200_info_to_howto (abfd, cache_ptr, dst) } /* Perform a relocation as part of a final link. */ + static bfd_reloc_status_type mn10200_elf_final_link_relocate (howto, input_bfd, output_bfd, input_section, contents, offset, value, -- cgit v1.1