* elf32-sh.c: Added missing prototypes.

* elf32-sh64.c: Likewise.
(sh_elf_align_loads): Mark unused args as such.
* elf64-sh64.c: Added missing prototypes.
(struct elf_sh64_link_hash_entry): Fix typo.
(sh_elf64_relocate_section): Fix info argument passed to
_bfd_elf_section_offset.
This commit is contained in:
Alexandre Oliva
2002-02-11 06:17:43 +00:00
parent 7eb27ef29f
commit 518313c3d6
4 changed files with 38 additions and 7 deletions

View File

@ -58,6 +58,7 @@ static boolean sh64_backend_section_from_shdr
static void sh64_elf_final_write_processing PARAMS ((bfd *, boolean));
static boolean sh64_bfd_elf_copy_private_section_data
PARAMS ((bfd *, asection *, bfd *, asection *));
static void sh64_find_section_for_address PARAMS ((bfd *, asection *, PTR));
/* Let elf32-sh.c handle the "bfd_" definitions, so we only have to
intrude with an #ifndef around the function definition. */