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 | 80d9935c26ea81aedf05faeed58a09582200b486 (patch) | |
tree | e35956ab8786bb1a0cd0c9af19850c61a505629c /bfd/elf32-sparc.c | |
parent | fc770dd22d0b4e95c5d61c089c03a5ad75773cc2 (diff) | |
download | gdb-80d9935c26ea81aedf05faeed58a09582200b486.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. */ |