summaryrefslogtreecommitdiffstats
path: root/bfd/elf32-mcore.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-08-25 09:49:44 +0000
committerNick Clifton <nickc@redhat.com>2001-08-25 09:49:44 +0000
commit917583ad772872d4be81820c56aff7828ae4819b (patch)
treecfc5cf1323132c7c8bf36997dc1ee447876a7bc6 /bfd/elf32-mcore.c
parentb7781dbed3d946ddcfea237e489a26dcb1b9412e (diff)
downloadppe42-binutils-917583ad772872d4be81820c56aff7828ae4819b.tar.gz
ppe42-binutils-917583ad772872d4be81820c56aff7828ae4819b.zip
Add missing prototypes
Diffstat (limited to 'bfd/elf32-mcore.c')
-rw-r--r--bfd/elf32-mcore.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/elf32-mcore.c b/bfd/elf32-mcore.c
index e4b5cd917a..a9fec6f1e5 100644
--- a/bfd/elf32-mcore.c
+++ b/bfd/elf32-mcore.c
@@ -48,6 +48,15 @@ static bfd_reloc_status_type mcore_elf_unsupported_reloc
static boolean mcore_elf_relocate_section
PARAMS ((bfd *, struct bfd_link_info *, bfd *, asection *, bfd_byte *,
Elf_Internal_Rela *, Elf_Internal_Sym *, asection **));
+static asection * mcore_elf_gc_mark_hook
+ PARAMS ((bfd *, struct bfd_link_info *, Elf_Internal_Rela *,
+ struct elf_link_hash_entry *, Elf_Internal_Sym *));
+static boolean mcore_elf_gc_sweep_hook
+ PARAMS ((bfd *, struct bfd_link_info *, asection *,
+ const Elf_Internal_Rela *));
+static boolean mcore_elf_check_relocs
+ PARAMS ((bfd *, struct bfd_link_info *, asection *,
+ const Elf_Internal_Rela *));
static reloc_howto_type * mcore_elf_howto_table [(int) R_MCORE_max];
OpenPOWER on IntegriCloud