| Index: bfd/elfxx-mips.h
|
| diff --git a/bfd/elfxx-mips.h b/bfd/elfxx-mips.h
|
| index 8cb7e3b842433544bbf47aa3a04f765eb2a0af8a..f27dc15aad0d13c0620c87ae96b114d7d0e1decc 100644
|
| --- a/bfd/elfxx-mips.h
|
| +++ b/bfd/elfxx-mips.h
|
| @@ -23,6 +23,8 @@
|
| #include "elf/internal.h"
|
| #include "elf/mips.h"
|
|
|
| +extern bfd_boolean _bfd_mips_elf_mkobject
|
| + (bfd *);
|
| extern bfd_boolean _bfd_mips_elf_new_section_hook
|
| (bfd *, asection *);
|
| extern void _bfd_mips_elf_symbol_processing
|
| @@ -145,11 +147,15 @@ extern bfd_boolean _bfd_mips_elf_ignore_undef_symbol
|
| (struct elf_link_hash_entry *);
|
| extern void _bfd_mips_elf_use_plts_and_copy_relocs
|
| (struct bfd_link_info *);
|
| +extern void _bfd_mips_elf_insn32
|
| + (struct bfd_link_info *, bfd_boolean);
|
| extern bfd_boolean _bfd_mips_elf_init_stubs
|
| (struct bfd_link_info *,
|
| asection *(*) (const char *, asection *, asection *));
|
| extern bfd_vma _bfd_mips_elf_plt_sym_val
|
| (bfd_vma, const asection *, const arelent *rel);
|
| +extern long _bfd_mips_elf_get_synthetic_symtab
|
| + (bfd *, long, asymbol **, long, asymbol **, asymbol **);
|
| extern void _bfd_mips_post_process_headers
|
| (bfd *abfd, struct bfd_link_info *link_info);
|
|
|
|
|