diff options
author | Nick Clifton <nickc@redhat.com> | 2001-08-28 09:35:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-08-28 09:35:16 +0000 |
commit | b56b62423d4dc780b9ed0f5f2c1968a59ceeabb0 (patch) | |
tree | 18280d2a18831db79969340f9732bcf1794aec2a /bfd/riscix.c | |
parent | 6fe25b4a770f8e9e6349862bd1398ed3598b5703 (diff) | |
download | gdb-b56b62423d4dc780b9ed0f5f2c1968a59ceeabb0.tar.gz |
Add missing prototypes
Diffstat (limited to 'bfd/riscix.c')
-rw-r--r-- | bfd/riscix.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/bfd/riscix.c b/bfd/riscix.c index f5a9ec9bdcb..956ba470760 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 */ |