diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2002-02-11 06:17:43 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2002-02-11 06:17:43 +0000 |
commit | 518313c3d66913867edf45e349c4fb026ae11a5e (patch) | |
tree | 95a6e427eeeab288a5a1e3a275d8dd8068ed9f5a /bfd/elf32-sh64.c | |
parent | 7eb27ef29f14089d83faa5dae85c009df7748c72 (diff) | |
download | gdb-518313c3d66913867edf45e349c4fb026ae11a5e.zip gdb-518313c3d66913867edf45e349c4fb026ae11a5e.tar.gz gdb-518313c3d66913867edf45e349c4fb026ae11a5e.tar.bz2 |
* 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.
Diffstat (limited to 'bfd/elf32-sh64.c')
-rw-r--r-- | bfd/elf32-sh64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elf32-sh64.c b/bfd/elf32-sh64.c index 561c7af..5c85d36 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. */ |