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 | 917583ad772872d4be81820c56aff7828ae4819b (patch) | |
tree | cfc5cf1323132c7c8bf36997dc1ee447876a7bc6 /bfd/coff-tic80.c | |
parent | b7781dbed3d946ddcfea237e489a26dcb1b9412e (diff) | |
download | gdb-917583ad772872d4be81820c56aff7828ae4819b.zip gdb-917583ad772872d4be81820c56aff7828ae4819b.tar.gz gdb-917583ad772872d4be81820c56aff7828ae4819b.tar.bz2 |
Add missing prototypes
Diffstat (limited to 'bfd/coff-tic80.c')
-rw-r--r-- | bfd/coff-tic80.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bfd/coff-tic80.c b/bfd/coff-tic80.c index 2d06562..cbaee25 100644 --- a/bfd/coff-tic80.c +++ b/bfd/coff-tic80.c @@ -1,5 +1,5 @@ /* BFD back-end for Texas Instruments TMS320C80 Multimedia Video Processor (MVP). - Copyright 1996, 1997, 1999, 2000 Free Software Foundation, Inc. + Copyright 1996, 1997, 1999, 2000, 2001 Free Software Foundation, Inc. Written by Fred Fish (fnf@cygnus.com) @@ -51,6 +51,10 @@ static bfd_reloc_status_type local16_reloc static boolean coff_tic80_relocate_section PARAMS ((bfd *, struct bfd_link_info *, bfd *, asection *, bfd_byte *, struct internal_reloc *, struct internal_syment *, asection **)); +static reloc_howto_type * coff_tic80_rtype_to_howto + PARAMS ((bfd *, asection *, struct internal_reloc *, + struct coff_link_hash_entry *, struct internal_syment *, + bfd_vma *)); static reloc_howto_type tic80_howto_table[] = { |