xtensa: bfd: fix assertion in xlate_offset_with_removed_text
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index fac9b6204af782802d789ddad39127be2a77824f..f4fac1a637ab859c19d2dc202be921517f5b6290 100644 (file)
@@ -1,3 +1,27 @@
+2018-03-15  Max Filippov  <jcmvbkbc@gmail.com>
+
+       * elf32-xtensa.c (xlate_map_entry): Change types of address
+       fields from 'unsigned' to 'bfd_vma'.
+       (xlate_offset_with_removed_text): Use struct xlate_map_entry as
+       the key argument to bsearch. Allow offsets past the end of a
+       section, use the last map entry for translation of such offsets.
+
+2018-03-15  Kuan-Lin Chen  <kuanlinchentw@gmail.com>
+
+       * elf32-nds32.c (nds32_elf_ex9_build_hash_table): Removed.
+       Not support the target feature.
+       (nds32_elf_ex9_itb_base): Likewise.
+       (nds32_elf_ex9_import_table): Likewise.
+       (nds32_elf_ex9_finish): Likewise.
+       (nds32_elf_ex9_reloc_jmp): Likewise.
+       (nds32_elf_get_insn_with_reg): Likewise.
+       (nds32_get_local_syms): Likewise.
+       (nds32_elf_ex9_replace_instruction): Likewise.
+       (nds32_elf_ifc_calc): Likewise.
+       (nds32_elf_ifc_finish): Likewise.
+       (nds32_elf_ifc_replace): Likewise.
+       (nds32_elf_ifc_reloc): Likewise.
+
 2018-03-14  Alan Modra  <amodra@gmail.com>
 
        * elf64-ppc.c (sfpr_define): Adjust for stub_sec size having
This page took 0.023904 seconds and 4 git commands to generate.