Support for Toshiba MeP and for complex relocations.
[binutils-gdb.git] / bfd / elf-bfd.h
index a9d51a3598560f1ae14caa1cadc0db81e8c78eef..151c5d0605336cdd12877e31673d3fa53dfc2757 100644 (file)
@@ -1735,6 +1735,16 @@ extern bfd_boolean _bfd_elf_symbol_refs_local_p
 extern bfd_boolean bfd_elf_match_symbols_in_sections
   (asection *, asection *, struct bfd_link_info *);
 
+extern void bfd_elf_perform_complex_relocation
+  (bfd *                   output_bfd ATTRIBUTE_UNUSED,
+   struct bfd_link_info *  info,
+   bfd *                   input_bfd,
+   asection *              input_section,
+   bfd_byte *              contents,
+   Elf_Internal_Rela *     rel,
+   Elf_Internal_Sym *      local_syms,
+   asection **             local_sections);
+
 extern bfd_boolean _bfd_elf_setup_sections
   (bfd *);