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-sparc.c | |
parent | b7781dbed3d946ddcfea237e489a26dcb1b9412e (diff) | |
download | binutils-gdb-917583ad772872d4be81820c56aff7828ae4819b.tar.gz |
Add missing prototypes
Diffstat (limited to 'bfd/elf32-sparc.c')
-rw-r--r-- | bfd/elf32-sparc.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/elf32-sparc.c b/bfd/elf32-sparc.c index 3129dd713c5..9a8d4e27793 100644 --- a/bfd/elf32-sparc.c +++ b/bfd/elf32-sparc.c @@ -54,6 +54,12 @@ static void elf32_sparc_final_write_processing PARAMS ((bfd *, boolean)); static enum elf_reloc_type_class elf32_sparc_reloc_type_class PARAMS ((int)); +static asection * elf32_sparc_gc_mark_hook + PARAMS ((bfd *, struct bfd_link_info *, Elf_Internal_Rela *, + struct elf_link_hash_entry *, Elf_Internal_Sym *)); +static boolean elf32_sparc_gc_sweep_hook + PARAMS ((bfd *, struct bfd_link_info *, asection *, + const Elf_Internal_Rela *)); /* The relocation "howto" table. */ |