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/elf-m10300.c | |
parent | b7781dbed3d946ddcfea237e489a26dcb1b9412e (diff) | |
download | gdb-917583ad772872d4be81820c56aff7828ae4819b.zip gdb-917583ad772872d4be81820c56aff7828ae4819b.tar.gz gdb-917583ad772872d4be81820c56aff7828ae4819b.tar.bz2 |
Add missing prototypes
Diffstat (limited to 'bfd/elf-m10300.c')
-rw-r--r-- | bfd/elf-m10300.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/bfd/elf-m10300.c b/bfd/elf-m10300.c index 8f94bbf..afbd564 100644 --- a/bfd/elf-m10300.c +++ b/bfd/elf-m10300.c @@ -24,6 +24,24 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "elf-bfd.h" #include "elf/mn10300.h" +static bfd_reloc_status_type mn10300_elf_final_link_relocate + PARAMS ((reloc_howto_type *, bfd *, bfd *, asection *, bfd_byte *, + bfd_vma, bfd_vma, bfd_vma, struct bfd_link_info *, + asection *, int)); +static boolean mn10300_elf_relocate_section + PARAMS ((bfd *, struct bfd_link_info *, bfd *, asection *, bfd_byte *, + Elf_Internal_Rela *, Elf_Internal_Sym *, asection **)); +static boolean mn10300_elf_relax_section + PARAMS ((bfd *, asection *, struct bfd_link_info *, boolean *)); +static bfd_byte * mn10300_elf_get_relocated_section_contents + PARAMS ((bfd *, struct bfd_link_info *, struct bfd_link_order *, + bfd_byte *, boolean, asymbol **)); +static int elf_mn10300_mach PARAMS ((flagword)); + +void _bfd_mn10300_elf_final_write_processing PARAMS ((bfd *, boolean)); +boolean _bfd_mn10300_elf_object_p PARAMS ((bfd *)); +boolean _bfd_mn10300_elf_merge_private_bfd_data PARAMS ((bfd *,bfd *)); + struct elf32_mn10300_link_hash_entry { /* The basic elf link hash table entry. */ struct elf_link_hash_entry root; |