From d93525185ce69a5f63029f41e439e4cc8869e210 Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Mon, 5 Feb 2007 19:50:12 +0000 Subject: Support for Toshiba MeP and for complex relocations. --- bfd/elf-bfd.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'bfd/elf-bfd.h') diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index a9d51a3..151c5d0 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -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 *); -- cgit v1.1