summaryrefslogtreecommitdiff
path: root/bfd/elf32-openrisc.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
commit80d9935c26ea81aedf05faeed58a09582200b486 (patch)
treee35956ab8786bb1a0cd0c9af19850c61a505629c /bfd/elf32-openrisc.c
parentfc770dd22d0b4e95c5d61c089c03a5ad75773cc2 (diff)
downloadgdb-80d9935c26ea81aedf05faeed58a09582200b486.tar.gz
Add missing prototypes
Diffstat (limited to 'bfd/elf32-openrisc.c')
-rw-r--r--bfd/elf32-openrisc.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/bfd/elf32-openrisc.c b/bfd/elf32-openrisc.c
index 54fd69c6999..f0f25fd9afd 100644
--- a/bfd/elf32-openrisc.c
+++ b/bfd/elf32-openrisc.c
@@ -40,9 +40,16 @@ static bfd_reloc_status_type openrisc_final_link_relocate
static boolean openrisc_elf_gc_sweep_hook
PARAMS ((bfd *, struct bfd_link_info *, asection *,
const Elf_Internal_Rela *));
-static asection *openrisc_elf_gc_mark_hook
+static asection * openrisc_elf_gc_mark_hook
PARAMS ((bfd *, struct bfd_link_info *, Elf_Internal_Rela *,
struct elf_link_hash_entry *, Elf_Internal_Sym *));
+static boolean openrisc_elf_check_relocs
+ PARAMS ((bfd *, struct bfd_link_info *, asection *,
+ const Elf_Internal_Rela *));
+static boolean openrisc_elf_object_p
+ PARAMS ((bfd *));
+static void openrisc_elf_final_write_processing
+ PARAMS ((bfd *, boolean));
static reloc_howto_type openrisc_elf_howto_table[] =