summaryrefslogtreecommitdiff
path: root/bfd/riscix.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-08-28 09:35:16 +0000
committerNick Clifton <nickc@redhat.com>2001-08-28 09:35:16 +0000
commit6343762baa547969b004da6b7955115a81e1a671 (patch)
tree681ee58b12e93de8e011e7c4c098ac1791a455a3 /bfd/riscix.c
parenta3668d8b590eac2e9e9226ecfc900c3e21b45f26 (diff)
downloadbinutils-redhat-6343762baa547969b004da6b7955115a81e1a671.tar.gz
Add missing prototypes
Diffstat (limited to 'bfd/riscix.c')
-rw-r--r--bfd/riscix.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/bfd/riscix.c b/bfd/riscix.c
index f5a9ec9bdc..956ba47076 100644
--- a/bfd/riscix.c
+++ b/bfd/riscix.c
@@ -143,6 +143,24 @@ riscix_fix_pcrel_26_done PARAMS ((bfd *, arelent *, asymbol *, PTR,
static bfd_reloc_status_type
riscix_fix_pcrel_26 PARAMS ((bfd *, arelent *, asymbol *, PTR,
asection *, bfd *, char **));
+static const bfd_target *
+MY (object_p) PARAMS ((bfd *));
+
+reloc_howto_type *
+riscix_reloc_type_lookup PARAMS ((bfd *, bfd_reloc_code_real_type));
+
+void
+riscix_swap_std_reloc_out PARAMS ((bfd *, arelent *, struct reloc_std_external *));
+
+boolean
+riscix_squirt_out_relocs PARAMS ((bfd *, asection *));
+
+long
+MY (canonicalize_reloc) PARAMS ((bfd *, sec_ptr, arelent **, asymbol **));
+
+const bfd_target *
+riscix_some_aout_object_p PARAMS ((bfd *, struct internal_exec *, const bfd_target *(*) (bfd *)));
+
static reloc_howto_type riscix_std_reloc_howto[] = {
/* type rs size bsz pcrel bitpos ovrf sf name part_inpl readmask setmask pcdone */