diff options
author | Nick Clifton <nickc@redhat.com> | 2001-08-25 09:49:44 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-08-25 09:49:44 +0000 |
commit | 80d9935c26ea81aedf05faeed58a09582200b486 (patch) | |
tree | e35956ab8786bb1a0cd0c9af19850c61a505629c /bfd/elf-m10200.c | |
parent | fc770dd22d0b4e95c5d61c089c03a5ad75773cc2 (diff) | |
download | gdb-80d9935c26ea81aedf05faeed58a09582200b486.tar.gz |
Add missing prototypes
Diffstat (limited to 'bfd/elf-m10200.c')
-rw-r--r-- | bfd/elf-m10200.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bfd/elf-m10200.c b/bfd/elf-m10200.c index fb28d79841a..86d0c587359 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, |