mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
* 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:
@ -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. */
|
||||
|
Reference in New Issue
Block a user