From 518313c3d66913867edf45e349c4fb026ae11a5e Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Mon, 11 Feb 2002 06:17:43 +0000 Subject: * 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. --- bfd/elf32-sh64.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bfd/elf32-sh64.c') diff --git a/bfd/elf32-sh64.c b/bfd/elf32-sh64.c index 561c7af5ad..5c85d36c2d 100644 --- a/bfd/elf32-sh64.c +++ b/bfd/elf32-sh64.c @@ -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. */ -- cgit v1.2.1