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 | 917583ad772872d4be81820c56aff7828ae4819b (patch) | |
tree | cfc5cf1323132c7c8bf36997dc1ee447876a7bc6 /bfd/elf32-sh.c | |
parent | b7781dbed3d946ddcfea237e489a26dcb1b9412e (diff) | |
download | gdb-917583ad772872d4be81820c56aff7828ae4819b.zip gdb-917583ad772872d4be81820c56aff7828ae4819b.tar.gz gdb-917583ad772872d4be81820c56aff7828ae4819b.tar.bz2 |
Add missing prototypes
Diffstat (limited to 'bfd/elf32-sh.c')
-rw-r--r-- | bfd/elf32-sh.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/elf32-sh.c b/bfd/elf32-sh.c index 9869704..11ea3a5 100644 --- a/bfd/elf32-sh.c +++ b/bfd/elf32-sh.c @@ -72,6 +72,17 @@ static boolean sh_elf_finish_dynamic_symbol Elf_Internal_Sym *)); static boolean sh_elf_finish_dynamic_sections PARAMS ((bfd *, struct bfd_link_info *)); +static bfd_reloc_status_type sh_elf_reloc_loop + PARAMS ((int, bfd *, asection *, bfd_byte *, bfd_vma, asection *, + bfd_vma, bfd_vma)); +static boolean sh_elf_create_dynamic_sections + PARAMS ((bfd *, struct bfd_link_info *)); +static asection * sh_elf_gc_mark_hook + PARAMS ((bfd *, struct bfd_link_info *, Elf_Internal_Rela *, + struct elf_link_hash_entry *, Elf_Internal_Sym *)); +static boolean sh_elf_gc_sweep_hook + PARAMS ((bfd *, struct bfd_link_info *, asection *, + const Elf_Internal_Rela *)); /* The name of the dynamic interpreter. This is put in the .interp section. */ @@ -3641,6 +3652,7 @@ sh_elf_get_relocated_section_contents (output_bfd, link_info, link_order, free (sections); return NULL; } + static asection * sh_elf_gc_mark_hook (abfd, info, rel, h, sym) bfd *abfd; |