bfd: new BFD target entry point _bfd_set_reloc.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index cf5c41b5d483b05b654287c22f4a0438f5bb02f5..e9095b1866b03b7398f40e34d012abf248a35d30 100644 (file)
+2017-05-10  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * targets.c (BFD_JUMP_TABLE_RELOCS): Add NAME##_set_reloc.
+       (struct bfd_target): New field _bfd_set_reloc.
+       * bfd.c (bfd_set_reloc): Call backend _set_bfd.
+       * reloc.c (_bfd_generic_set_reloc): New function.
+       * coffcode.h (coff_set_reloc): Define to _bfd_generic_set_reloc.
+       * nlm-target.h (nlm_set_reloc): Likewise.
+       * coff-rs6000.c (_bfd_xcoff_set_reloc): Likewise.
+       * aout-tic30.c (MY_set_reloc): Likewise.
+       * aout-target.h (MY_set_reloc): Likewise.
+       * elfxx-target.h (bfd_elfNN_set_reloc): Likewise.
+       * coff-alpha.c (_bfd_ecoff_set_reloc): Likewise.
+       * mach-o-target.c (bfd_mach_o_set_reloc): Likewise.
+       * vms-alpha.c (alpha_vms_set_reloc): Likewise.
+       * aout-adobe.c (aout_32_set_reloc): Likewise.
+       * bout.c (b_out_set_reloc): Likewise.
+       * coff-mips.c (_bfd_ecoff_set_reloc): Likewise.
+       * i386os9k.c (aout_32_set_reloc): Likewise.
+       * ieee.c (ieee_set_reloc): Likewise.
+       * oasys.c (oasys_set_reloc): Likewise.
+       * som.c (som_set_reloc): Likewise.
+       * versados.c (versados_set_reloc): Likewise.
+       * coff64-rs6000.c (rs6000_xcoff64_vec): Add
+       _bfd_generic_set_reloc.
+       (rs6000_xcoff64_aix_vec): LIkewise.
+       * libbfd.c (_bfd_norelocs_set_reloc): New function.
+       * libbfd-in.h: Prototype for _bfd_norelocs_set_reloc.
+       * i386msdos.c (msdos_set_reloc): Define to
+       _bfd_norelocs_set_reloc.
+       * elfcode.h (elf_set_reloc): Define.
+       * bfd-in2.h: Regenerated.
+
+2017-05-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/21481
+       * elf64-x86-64.c (elf_x86_64_finish_dynamic_symbol): Use .plt.bnd
+       for IFUNC function address.
+
+2017-05-10  Claudiu Zissulescu  <claziss@synopsys.com>
+
+       * elf32-arc.c (FEATURE_LIST_NAME): Define.
+       (CONFLICT_LIST): Likewise.
+       (opcode/arc-attrs.h): Include.
+       (arc_elf_print_private_bfd_data): Print OSABI v4 flag.
+       (arc_extract_features): New file.
+       (arc_stralloc): Likewise.
+       (arc_elf_merge_attributes): Likewise.
+       (arc_elf_merge_private_bfd_data): Use object attributes.
+       (bfd_arc_get_mach_from_attributes): New function.
+       (arc_elf_object_p): Use object attributes.
+       (arc_elf_final_write_processing): Likewise.
+       (elf32_arc_obj_attrs_arg_type): New function.
+       (elf32_arc_obj_attrs_handle_unknown): Likewise.
+       (elf32_arc_section_from_shdr): Likewise.
+       (elf_backend_obj_attrs_vendor): Define.
+       (elf_backend_obj_attrs_section): Likewise.
+       (elf_backend_obj_attrs_arg_type): Likewise.
+       (elf_backend_obj_attrs_section_type): Likewise.
+       (elf_backend_obj_attrs_handle_unknown): Likewise.
+       (elf_backend_section_from_shdr): Likewise.
+
+2017-05-09  Andrew Goedhart  <Andrewgoedhart@simplepowersolutions.co.za>
+
+       PR ld/21458
+       * elf32-arm.c (elf32_arm_final_link_relocate): Set the bottom bit
+       of the value when resolving a R_ARM_THM_ALU_PREL_11_0 relocation
+       and the destination is a Thumb symbol.
+
+2017-05-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf32-i386.c (elf_i386_get_synthetic_symtab): Add missing
+       initializer to silence GCC 4.2.
+       * lf64-x86-64.c (elf_x86_64_get_synthetic_symtab): Likewise.
+
+2017-05-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf64-x86-64.c (PLT_ENTRY_SIZE): Renamed to ...
+       (LAZY_PLT_ENTRY_SIZE): This.
+       (NON_LAZY_PLT_ENTRY_SIZE): New.
+       (elf_x86_64_plt0_entry): Renamed to ...
+       (elf_x86_64_lazy_plt0_entry): This.
+       (elf_x86_64_plt_entry): Renamed to ...
+       (elf_x86_64_lazy_plt_entry): This.
+       (elf_x86_64_bnd_plt0_entry): Renamed to ...
+       (elf_x86_64_lazy_bnd_plt0_entry): This.
+       (elf_x86_64_legacy_plt_entry): Removed.
+       (elf_x86_64_bnd_plt_entry): Renamed to ...
+       (elf_x86_64_lazy_bnd_plt_entry): This.
+       (elf_x86_64_legacy_plt2_entry): Renamed to ...
+       (elf_x86_64_non_lazy_plt_entry): This.
+       (elf_x86_64_bnd_plt2_entry): Renamed to ...
+       (elf_x86_64_non_lazy_bnd_plt_entry): This.
+       (elf_x86_64_eh_frame_plt): Renamed to ...
+       (elf_x86_64_eh_frame_lazy_plt): This.
+       (elf_x86_64_eh_frame_bnd_plt): Renamed to ...
+       (elf_x86_64_eh_frame_lazy_bnd_plt): This.
+       (elf_x86_64_eh_frame_plt_got): Renamed to ...
+       (elf_x86_64_eh_frame_non_lazy_plt): This.
+       (elf_x86_64_lazy_plt_layout): New.
+       (elf_x86_64_non_lazy_plt_layout): Likewise.
+       (elf_x86_64_plt_layout): Likewise.
+       (elf_x86_64_backend_data): Remove PLT layout information.  Add
+       os for target system.
+       (GET_PLT_ENTRY_SIZE): Removed.
+       (elf_x86_64_lazy_plt): New.
+       (elf_x86_64_non_lazy_plt): Likewise.
+       (elf_x86_64_lazy_bnd_plt): Likewise.
+       (elf_x86_64_non_lazy_bnd_plt): Likewise.
+       (elf_x86-64_arch_bed): Updated.
+       (elf_x86_64_link_hash_table): Add plt, lazy_plt and non_lazy_plt.
+       (elf_x86_64_create_dynamic_sections): Removed.
+       (elf_x86_64_check_relocs): Don't check elf.dynobj.  Don't call
+       _bfd_elf_create_ifunc_sections nor _bfd_elf_create_got_section.
+       (elf_x86-64_adjust_dynamic_symbol): Updated.
+       (elf_x86_64_allocate_dynrelocs): Updated.  Pass 0 as PLT header
+       size to _bfd_elf_allocate_ifunc_dyn_relocs and don't allocate
+       size for PLT0 if there is no PLT0.  Get plt_entry_size from
+       non_lazy_plt for non-lazy PLT entries.
+       (elf_x86_64_size_dynamic_sections): Updated.  Get plt_entry_size
+       from non_lazy_plt for non-lazy PLT entries.
+       (elf_x86-64_relocate_section): Updated.  Properly get PLT index
+       if there is no PLT0.
+       (elf_x86_64_finish_dynamic_symbol): Updated.  Fill the first slot
+       in the PLT entry with generic PLT layout.  Fill the non-lazy PLT
+       entries with non-lazy PLT layout.  Don't fill the second and third
+       slots in the PLT entry if there is no PLT0.
+       (elf_x86_64_finish_dynamic_sections): Updated.  Don't fill PLT0
+       if there is no PLT0.  Set sh_entsize on the .plt.got section.
+       (compare_relocs): New.
+       (elf_x86_64_plt_type): Likewise.
+       (elf_x86_64_plt): Likewise.
+       (elf_x86_64_nacl_plt): New. Forward declaration.
+       (elf_x86_64_get_plt_sym_val): Removed.
+       (elf_x86_64_get_synthetic_symtab): Rewrite to check PLT sections
+       against all dynamic relocations.
+       (elf_x86_64_link_setup_gnu_properties): New function.
+       (elf_backend_create_dynamic_sections): Updated.
+       (elf_backend_setup_gnu_properties): New.
+       (elf_x86_64_nacl_plt): New.
+       (elf_x86_64_nacl_arch_bed): Updated.
+
+2017-05-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf32-i386.c (PLT_ENTRY_SIZE): Renamed to ...
+       (LAZY_PLT_ENTRY_SIZE): This.
+       (NON_LAZY_PLT_ENTRY_SIZE): New.
+       (elf_i386_plt0_entry): Renamed to ...
+       (elf_i386_lazy_plt0_entry): This.
+       (elf_i386_plt_entry): Renamed to ...
+       (elf_i386_lazy_plt_entry): This.
+       (elf_i386_pic_plt0_entry): Renamed to ...
+       (elf_i386_pic_lazy_plt0_entry): This.
+       (elf_i386_pic_plt_entry): Renamed to ...
+       (elf_i386_pic_lazy_plt_entry): This.
+       (elf_i386_got_plt_entry): Renamed to ...
+       (elf_i386_non_lazy_plt_entry): This.
+       (elf_i386_pic_got_plt_entry): Renamed to ...
+       (elf_i386_pic_non_lazy_plt_entry): This.
+       (elf_i386_eh_frame_plt): Renamed to ...
+       (elf_i386_eh_frame_lazy_plt): This.
+       (elf_i386_eh_frame_plt_got): Renamed to ...
+       (elf_i386_eh_frame_non_lazy_plt): This.
+       (elf_i386_plt_layout): Renamed to ...
+       (elf_i386_lazy_plt_layout): This.  Remove eh_frame_plt_got and
+       eh_frame_plt_got_size.
+       (elf_i386_non_lazy_plt_layout): New.
+       (elf_i386_plt_layout): Likewise.
+       (elf_i386_non_lazy_plt): Likewise.
+       (GET_PLT_ENTRY_SIZE): Removed.
+       (elf_i386_plt): Renamed to ...
+       (elf_i386_lazy_plt): This.
+       (elf_i386_backend_data): Remove plt.  Rename is_vxworks to os.
+       (elf_i386_arch_bed): Updated.
+       (elf_i386_link_hash_table): Add plt, lazy_plt and non_lazy_plt.
+       (elf_i386_create_dynamic_sections): Removed.
+       (elf_i386_check_relocs): Don't check elf.dynobj.  Don't call
+       _bfd_elf_create_ifunc_sections nor _bfd_elf_create_got_section.
+       (elf_i386_adjust_dynamic_symbol): Updated.
+       (elf_i386_allocate_dynrelocs): Updated.  Pass 0 as PLT header
+       size to _bfd_elf_allocate_ifunc_dyn_relocs and don't allocate
+       size for PLT0 if there is no PLT0.
+       (elf_i386_size_dynamic_sections): Updated.  Check whether GOT
+       output section is discarded only if GOT isn't empty.
+       (elf_i386_relocate_section): Updated.  Properly get PLT index
+       if there is no PLT0.
+       (elf_i386_finish_dynamic_symbol): Updated.  Don't fill the
+       second and third slots in the PLT entry if there is no PLT0.
+       (elf_i386_finish_dynamic_sections): Updated.  Don't fill PLT0
+       if there is no PLT0.  Set sh_entsize on the .plt.got section.
+       (elf_i386_nacl_plt): Forward declaration.
+       (elf_i386_get_plt_sym_val): Removed.
+       (elf_i386_get_synthetic_symtab): Rewrite to check PLT sections
+       against all dynamic relocations.
+       (elf_i386_link_setup_gnu_properties): New function.
+       (elf_backend_create_dynamic_sections): Updated.
+       (elf_backend_setup_gnu_properties): New.
+       (elf_i386_nacl_plt): Updated.
+       (elf_i386_nacl_arch_bed): Likewise.
+       (elf_i386_vxworks_arch_bed): Likewise.
+
+2017-05-08  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * elflink.c (elf_output_implib): Remove executable flag from import
+       library bfd.
+       * elf32-arm.c (elf32_arm_filter_implib_symbols): Assert that the import
+       library is a relocatable object file.
+
+2017-05-01  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
+
+       PR ld/21404
+       * elf32-avr.c (avr_should_move_sym): New function.
+       (avr_should_reduce_sym_size): Likewise.
+       (avr_should_increase_sym_size): Likewise.
+       (elf32_avr_relax_delete_bytes): Adjust symbol values
+       and sizes by calling new functions.
+
+2017-05-01  Palmer Dabbelt  <palmer@dabbelt.com>
+
+       * config.bfd (riscv32-*): Enable rv64.
+
+2017-05-02  Alan Modra  <amodra@gmail.com>
+
+       PR 21384
+       * elflink.c (bfd_elf_link_mark_dynamic_symbol): Test h->non_elf
+       rather than h->root.type == bfd_link_hash_new.
+       (bfd_elf_record_link_assignment): Similarly, call
+       bfd_elf_link_mark_dynamic_symbol when h->non_elf.
+
+2017-04-29  Alan Modra  <amodra@gmail.com>
+
+       PR 21432
+       * reloc.c (reloc_offset_in_range): New function.
+       (bfd_perform_relocation, bfd_install_relocation): Use it.
+       (_bfd_final_link_relocate): Likewise.
+
+2017-04-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf32-i386.c (elf_i386_allocate_dynrelocs): Check plt_got
+       before using .plt.got.
+       * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Likewise.
+
+2017-04-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf64-x86-64.c (elf_x86_64_size_dynamic_sections): Use "="
+       instead of "+=" to update 0.
+
+2017-04-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf32-i386.c (elf_i386_create_dynamic_sections): Create the
+       .plt.got section here.
+       (elf_i386_check_relocs): Don't create the .plt.got section.
+       * elf64-x86-64.c (elf_x86_64_create_dynamic_sections): Create
+       the .plt.got and .plt.bnd sections here.
+       (elf_x86_64_check_relocs): Don't create the .plt.got nor
+       .plt.bnd sections.
+
+2017-04-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf64-x86-64.c (elf_x86_64_link_hash_entry): Remove
+       has_bnd_reloc.
+       (elf_x86_64_link_hash_newfunc): Don't clear has_bnd_reloc.
+       (elf_x86_64_copy_indirect_symbol): Don't copy has_bnd_reloc.
+       (elf_x86_64_check_relocs): Don't set has_bnd_reloc.
+       (elf_x86_64_finish_dynamic_symbol): Check bndplt instead of
+       has_bnd_reloc.
+
+2017-04-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf-bfd.h (elf_backend_data): Change setup_gnu_properties
+       to return bfd *.
+       (_bfd_elf_link_setup_gnu_properties): Return bfd *.
+       * elf-properties.c (_bfd_elf_link_setup_gnu_properties): Return
+       the first relocatable ELF input with GNU properties.
+
+2017-04-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf32-i386.c (elf_i386_finish_dynamic_sections): Simplify
+       VxWorks for non-PIC.
+
+2017-04-27  Alan Modra  <amodra@gmail.com>
+
+       * elf-bfd.h (struct elf_backend_data): Make asection param of
+       elf_backend_eh_frame_address_size const.
+       (_bfd_elf_eh_frame_address_size): Likewise.
+       * elf32-m32c.c (_bfd_m32c_elf_eh_frame_address_size): Likewise.
+       * elf32-msp430.c (elf32_msp430_eh_frame_address_size): Likewise.
+       * elfxx-mips.c (_bfd_mips_elf_eh_frame_address_size): Likewise.
+       * elfxx-mips.h (_bfd_mips_elf_eh_frame_address_size): Likewise.
+       * elf-eh-frame.c (_bfd_elf_eh_frame_address_size): Likewise.
+       (next_cie_fde_offset): Constify params.
+       (offset_adjust, adjust_eh_frame_local_symbols): Likewise.
+
+2017-04-27  Alan Modra  <amodra@gmail.com>
+
+       * elf-bfd.h (struct eh_cie_fde): Add aug_str_len and aug_data_len.
+       (_bfd_elf_adjust_eh_frame_global_symbol): Declare.
+       * elf-eh-frame.c (_bfd_elf_parse_eh_frame): Set aug_str_len and
+       aug_data_len.
+       (offset_adjust): New function.
+       (_bfd_elf_adjust_eh_frame_global_symbol): Likewise.
+       (adjust_eh_frame_local_symbols): Likewise.
+       (_bfd_elf_discard_section_eh_frame): Call adjust_eh_frame_local_symbols
+       after changing anything.  Return true if anything changed.
+       * elflink.c (bfd_elf_discard_info): If .eh_frame changed, call
+       _bfd_elf_adjust_eh_frame_global_symbol for globals.
+
+2017-04-27  Alan Modra  <amodra@gmail.com>
+
+       * elflink.c (_bfd_elf_link_hash_hide_symbol): Clear dynstr_index
+       when force_local.
+
+2017-04-27  Alan Modra  <amodra@gmail.com>
+
+       * elf32-ppc.c (UNDEFWEAK_NO_DYNAMIC_RELOC): Define.
+       (ppc_elf_select_plt_layout, ppc_elf_tls_setup): Use it.
+       (ppc_elf_adjust_dynamic_symbol, allocate_dynrelocs): Likewise.
+       (ppc_elf_relocate_section): Likewise.  Delete silly optimisation
+       for undef and undefweak dyn_relocs.
+       * elf64-ppc.c (UNDEFWEAK_NO_DYNAMIC_RELOC): Define.
+       (ppc64_elf_adjust_dynamic_symbol, ppc64_elf_tls_setup): Use it.
+       (allocate_got, allocate_dynrelocs): Likewise.
+       (ppc64_elf_relocate_section): Likewise.
+
+2017-04-26  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf32-i386.c (elf_i386_size_dynamic_sections): Alwasys add
+       DT_PLTRELSZ, DT_PLTREL and DT_JMPREL for .rel.plt section.
+       * elf64-x86-64.c (elf_x86_64_size_dynamic_sections): Alwasys
+       add DT_PLTRELSZ, DT_PLTREL and DT_JMPREL for .rela.plt section.
+
+2017-04-26  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/21434
+       * reloc.c (bfd_perform_relocation): Check for a negative address
+       in the reloc.
+
+2017-04-26  Maciej W. Rozycki  <macro@imgtec.com>
+
+       PR ld/21334
+       * elf-bfd.h (elf_backend_data): Add `always_renumber_dynsyms'
+       member.
+       * elfxx-target.h [!elf_backend_always_renumber_dynsyms]
+       (elf_backend_always_renumber_dynsyms): Define.
+       (elfNN_bed): Initialize `always_renumber_dynsyms' member.
+       * elfxx-mips.h (elf_backend_always_renumber_dynsyms): Define.
+       * elflink.c (bfd_elf_size_dynamic_sections): Also call
+       `_bfd_elf_link_renumber_dynsyms' if the backend has requested
+       it.
+       (bfd_elf_size_dynsym_hash_dynstr): Likewise.
+
+2017-04-26  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * elflink.c (bfd_elf_size_dynamic_sections): Only call
+       `_bfd_elf_link_renumber_dynsyms' after section GC if dynamic
+       sections have been created.
+
+2017-04-26  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/21431
+       * compress.c (bfd_init_section_compress_status): Check the return
+       value from bfd_malloc.
+
+2017-04-24  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf64-x86-64.c (elf_x86_64_link_hash_entry): Add
+       no_finish_dynamic_symbol.
+       (elf_x86_64_link_hash_newfunc): Set no_finish_dynamic_symbol to
+       0.
+       (elf_x86_64_allocate_dynrelocs): If a symbol isn't undefined
+       weak symbol, don't make it dynamic.
+       (elf_x86_64_relocate_section): If a symbol isn't dynamic in PIC,
+       set no_finish_dynamic_symbol and generate R_X86_64_RELATIVE
+       relocation for GOT reference.
+       (elf_x86_64_finish_dynamic_symbol): Abort if
+       no_finish_dynamic_symbol isn't 0.
+
+2017-04-24  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/21402
+       * elf32-i386.c (elf_i386_allocate_dynrelocs): If a symbol isn't
+       undefined weak symbol, don't make it dynamic.
+       (elf_i386_relocate_section): If a symbol isn't dynamic in PIC,
+       set no_finish_dynamic_symbol and generate R_386_RELATIVE
+       relocation for R_386_GOT32.
+
+2017-04-24  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/21425
+       * elf32-i386.c (ELF_MAXPAGESIZE): Set to 0x1000 for VxWorks.
+
+2017-04-23  Alan Modra  <amodra@gmail.com>
+
+       PR 21414
+       * section.c (GLOBAL_SYM_INIT): Make available in bfd.h.
+       * elf.c (lcomm_sym): New.
+       (_bfd_elf_large_com_section): Use lcomm_sym section symbol.
+       * bfd-in2.h: Regenerate.
+
+2017-04-23  Alan Modra  <amodra@gmail.com>
+
+       PR 21412
+       * elf-bfd.h (struct elf_backend_data <get_reloc_section>): Change
+       parameters and comment.
+       (_bfd_elf_get_reloc_section): Delete.
+       (_bfd_elf_plt_get_reloc_section): Declare.
+       * elf.c (_bfd_elf_plt_get_reloc_section, elf_get_reloc_section):
+       New functions.  Don't blindly skip over assumed .rel/.rela prefix.
+       Extracted from..
+       (_bfd_elf_get_reloc_section): ..here.  Delete.
+       (assign_section_numbers): Call elf_get_reloc_section.
+       * elf64-ppc.c (elf_backend_get_reloc_section): Define.
+       * elfxx-target.h (elf_backend_get_reloc_section): Update.
+
+2017-04-23  Alan Modra  <amodra@gmail.com>
+
+       PR 21409
+       * dwarf2.c (_bfd_dwarf2_find_nearest_line): Don't segfault when
+       no symbols.
+
+2017-04-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/21402
+       * elf32-i386.c (elf_i386_link_hash_entry): Add
+       no_finish_dynamic_symbol.
+       (elf_i386_link_hash_newfunc): Set no_finish_dynamic_symbol to 0.
+       (elf_i386_allocate_dynrelocs): If a symbol isn't undefined weak
+       symbol, don't make it dynamic in PIE.
+       (elf_i386_relocate_section): If a symbol isn't dynamic in PIE,
+       set no_finish_dynamic_symbol and generate R_386_RELATIVE
+       relocation for R_386_GOT32
+       (elf_i386_finish_dynamic_symbol): Abort if no_finish_dynamic_symbol
+       isn't 0.
+
+2017-04-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/19617
+       PR ld/21086
+       * elflink.c (elf_link_add_object_symbols): Require
+       --no-dynamic-linker with -E/--dynamic-list when creating
+       dynamic sections.
+
+2017-04-20  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * elflink.c (_bfd_elf_symbol_refs_local_p): Always return TRUE
+       if forced local.
+
+2017-04-20  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * elfxx-mips.c (_bfd_mips_elf_final_link): Reorder comment about
+       dynamic symbol sorting.
+
+2017-04-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/21382
+       * elflink.c (elf_link_add_object_symbols): Preserve
+       dynamic_ref_after_ir_def when restoring the symbol table for
+       unneeded dynamic object.
+
+2017-04-19  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/21401
+       * elf64-x86-64.c (elf_x86_64_finish_dynamic_symbol): Don't abort
+       on on undefined IFUNC symbol in the second PLT.
+
+2017-04-19  Wedson Almeida Filho  <wedsonaf@gmail.com>
+
+       * peXXigen.c (pe_print_reloc): Correct chunk_end.
+
+2017-04-19  Alan Modra  <amodra@gmail.com>
+
+       * elflink.c (_bfd_elf_adjust_dynamic_symbol): Hide undefweak
+       or make dynamic for info->dynamic_undefined_weak 0 and 1.
+       * elf32-ppc.c:Formatting.
+       (ensure_undefweak_dynamic): Don't make dynamic when
+       info->dynamic_undefined_weak is zero.
+       (allocate_dynrelocs): Discard undefweak dyn_relocs for
+       info->dynamic_undefined_weak.  Discard undef dyn_relocs when
+       not default visibility.  Discard undef and undefweak
+       dyn_relocs earlier.
+       (ppc_elf_relocate_section): Adjust to suit.
+       * elf64-ppc.c: Formatting.
+       (ensure_undefweak_dynamic): Don't make dynamic when
+       info->dynamic_undefined_weak is zero.
+       (allocate_dynrelocs): Discard undefweak dyn_relocs for
+       info->dynamic_undefined_weak.  Discard them earlier.
+
+2017-04-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/21389
+       * elflink.c (bfd_elf_size_dynamic_sections): Get soname index
+       before generating the version definition section.
+
+2017-04-17  Alan Modra  <amodra@gmail.com>
+
+       * elflink.c (_bfd_elf_merge_symbol): Undo dynamic linking
+       state when a regular object file defines a symbol with
+       incompatible type to that defined by an earlier shared lib.
+
+2017-04-13  Alan Modra  <amodra@gmail.com>
+
+       * coffcode.h: Wrap some overly long _bfd_error_handler args.
+       * elf.c: Likewise.
+       * elf32-arm.c: Likewise.
+       * elf32-i386.c: Likewise.
+       * elf32-mep.c: Likewise.
+       * elf64-ia64-vms.c: Likewise.
+       * elf64-x86-64.c: Likewise.
+       * elflink.c: Likewise.
+       * elfnn-ia64.c: Likewise.
+       * elfxx-mips.c: Likewise.
+
+2017-04-13  Alan Modra  <amodra@gmail.com>
+
+       * aoutx.h: Use %B and %A in error messages throughout file.
+       * aout-cris.c: Likewise.
+       * archive.c: Likewise.
+       * binary.c: Likewise.
+       * coff-rs6000.c: Likewise.
+       * coff-tic4x.c: Likewise.
+       * coffcode.h: Likewise.
+       * coffgen.c: Likewise.
+       * cofflink.c: Likewise.
+       * coffswap.h: Likewise.
+       * cpu-arm.c: Likewise.
+       * elf-eh-frame.c: Likewise.
+       * elf-m10300.c: Likewise.
+       * elf.c: Likewise.
+       * elf32-arc.c: Likewise.
+       * elf32-arm.c: Likewise.
+       * elf32-bfin.c: Likewise.
+       * elf32-frv.c: Likewise.
+       * elf32-iq2000.c: Likewise.
+       * elf32-m32c.c: Likewise.
+       * elf32-microblaze.c: Likewise.
+       * elf32-nds32.c: Likewise.
+       * elf32-rl78.c: Likewise.
+       * elf32-rx.c: Likewise.
+       * elf32-score.c: Likewise.
+       * elf32-score7.c: Likewise.
+       * elf32-sh64.c: Likewise.
+       * elf32-v850.c: Likewise.
+       * elf32-vax.c: Likewise.
+       * elf32-visium.c: Likewise.
+       * elf64-ia64-vms.c: Likewise.
+       * elf64-mmix.c: Likewise.
+       * elf64-sh64.c: Likewise.
+       * elfcode.h: Likewise.
+       * elfnn-aarch64.c: Likewise.
+       * elfnn-ia64.c: Likewise.
+       * elfxx-mips.c: Likewise.
+       * hpux-core.c: Likewise.
+       * ieee.c: Likewise.
+       * ihex.c: Likewise.
+       * linker.c: Likewise.
+       * merge.c: Likewise.
+       * mmo.c: Likewise.
+       * oasys.c: Likewise.
+       * pdp11.c: Likewise.
+       * peXXigen.c: Likewise.
+       * rs6000-core.c: Likewise.
+       * vms-alpha.c: Likewise.
+       * xcofflink.c: Likewise.
+
+2017-04-13  Alan Modra  <amodra@gmail.com>
+
+       * bfd.c (PRINT_TYPE): Define.
+       (_doprnt): New function.
+       (error_handler_internal): Use _doprnt.
+       * coff-arm.c: Put %A and %B arguments to _bfd_error_handler
+       calls in their natural order, throughout file.
+       * coff-mcore.c: Likewise.
+       * coff-ppc.c: Likewise.
+       * coff-tic80.c: Likewise.
+       * cofflink.c: Likewise.
+       * elf-s390-common.c: Likewise.
+       * elf.c: Likewise.
+       * elf32-arm.c: Likewise.
+       * elf32-i386.c: Likewise.
+       * elf32-m32r.c: Likewise.
+       * elf32-msp430.c: Likewise.
+       * elf32-spu.c: Likewise.
+       * elf64-ia64-vms.c: Likewise.
+       * elf64-sparc.c: Likewise.
+       * elf64-x86-64.c: Likewise.
+       * elflink.c: Likewise.
+       * elfnn-aarch64.c: Likewise.
+       * elfnn-ia64.c: Likewise.
+       * elfxx-mips.c: Likewise.
+
+2017-04-13  Alan Modra  <amodra@gmail.com>
+
+       * elf32-arm.c (arm_type_of_stub): Supply missing args to "long
+       branch veneers" error.  Fix double space and format message.
+       * elf32-avr.c (avr_add_stub): Do not pass NULL as %B arg.
+       * elf64-ppc.c (tocsave_find): Supply missing %B arg.
+
+2017-04-13  Alan Modra  <amodra@gmail.com>
+
+       * bfd-in2.h: Regenerate.
+
+2017-04-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf-properties.c (_bfd_elf_parse_gnu_properties): Remove the
+       extra `\n' in warning/error messages.
+       * elf32-i386.c (elf_i386_parse_gnu_properties): Likewise.
+       * elf64-x86-64.c (elf_x86_64_parse_gnu_properties): Likewise.
+
+2017-04-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf-properties.c (_bfd_elf_parse_gnu_properties): Ignore
+       processor-specific properties with generic ELF target vector.
+
+2017-04-10  Qing Zhao  <qing.zhao@oracle.com>
+
+        * elf32-sparc.c (elf_backend_fixup_symbol): New.
+        * elf64-sparc.c (elf_backend_fixup_symbol): New.
+        * elfxx-sparc.c (UNDEFINED_WEAK_RESOLVED_TO_ZERO): New.
+        (_bfd_sparc_elf_link_hash_entry): Add has_got_reloc and
+        has_non_got_reloc.
+        (link_hash_newfunc): Initialize has_got_reloc and
+       has_non_got_reloc.
+        (_bfd_sparc_elf_size_dynamic_sections): Set interp to .interp
+        section.
+        (_bfd_sparc_elf_copy_indirect_symbol): Copy has_got_reloc and
+        has_non_got_reloc.
+        (_bfd_sparc_elf_check_relocs): Set has_got_reloc and
+        has_non_got_reloc.
+        (_bfd_sparc_elf_fixup_symbol): New function.
+        (allocate_dynrelocs): Don't allocate space for dynamic
+        relocations and discard relocations against resolved undefined
+        weak symbols in executable.  Don't make resolved undefined weak
+        symbols in executable dynamic.  Keep dynamic non-GOT/non-PLT
+        relocation against undefined weak symbols in PIE.
+        (_bfd_sparc_elf_relocate_section): Don't generate dynamic
+        relocations against resolved undefined weak symbols in PIE
+        (_bfd_sparc_elf_finish_dynamic_symbol): Keep PLT/GOT entries
+        without ynamic PLT/GOT relocations for resolved undefined weak
+        symbols.
+        Don't generate dynamic relocation against resolved undefined
+        weak symbol in executable.
+        (pie_finish_undefweak_symbol): New function.
+        (_bfd_sparc_elf_finish_dynamic_sections): Call
+        pie_finish_undefweak_symbol on all symbols in PIE.
+        * elfxx-sparc.h (_bfd_sparc_elf_link_hash_table): Add interp.
+        (_bfd_sparc_elf_fixup_symbol): New function.
+
+2017-04-10  Nick Clifton  <nickc@redhat.com>
+
+       * config.bfd: Remove ns32k from obsolete list.
+
+2017-04-10  Alan Modra  <amodra@gmail.com>
+
+       PR 21287
+       * elf.c (special_sections_f): Match .fini_array and .fini_array.*.
+       (special_sections_i): Likewise for .init_array.
+       (special_sections_p): Likewise for .preinit_array.
+
+2017-04-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/19579
+       PR ld/21306
+       * elf32-s390.c (elf_s390_finish_dynamic_symbol): Check
+       ELF_COMMON_DEF_P for common symbols.
+       * elf64-s390.c (elf_s390_finish_dynamic_symbol): Likewise.
+       * elf64-x86-64.c (elf_x86_64_relocate_section): Likewise.
+       * elflink.c (_bfd_elf_merge_symbol): Revert commits
+       202ac193bbbecc96a4978d1ac3d17148253f9b01 and
+       07492f668d2173da7a2bda3707ff0985e0f460b6.
+
+2017-04-07  Pedro Alves  <palves@redhat.com>
+
+       * opncls.c (bfd_get_debug_link_info): Rename to...
+       (bfd_get_debug_link_info_1): ... this.  Change type of second
+       parameter to void pointer.  Adjust.
+       (bfd_get_debug_link_info): Reimplement on top of
+       bfd_get_debug_link_info_1.
+       (separate_debug_file_exists, separate_alt_debug_file_exists):
+       Change type of second parameter to void pointer.  Adjust.
+       (get_func_type, check_func_type): Change type of second parameter
+       to void pointer.
+       (find_separate_debug_file): Add 'func_data' parameter.  Pass it to
+       the callback functions instead of passing the address of a local.
+       (bfd_follow_gnu_debuglink): Pass address of unsigned long local to
+       find_separate_debug_file.
+       (get_alt_debug_link_info_shim): Change type of second parameter to
+       void pointer.  Adjust.
+       (bfd_follow_gnu_debugaltlink): Adjust to pass NULL to
+       find_separate_debug_file.
+       (get_build_id_name, bfd_boolean check_build_id_file): Change type
+       of second parameter to void pointer.  Adjust.
+       (bfd_follow_build_id_debuglink): Pass address of bfd_build_id
+       pointer local to find_separate_debug_file.
+
+2017-04-07  Tristan Gingold  <gingold@gingold-Precision-7510>
+
+       * coffgen.c (_bfd_coff_gc_mark_hook): Handle PE weak
+       external symbols with a definition.
+       (_bfd_coff_gc_mark_extra_sections): Fix typo.
+
+2017-04-07  Alan Modra  <amodra@gmail.com>
+
+       * po/SRC-POTFILES.in: Regenerate.
+
+2017-04-05  Alan Modra  <amodra@gmail.com>
+
+       * elf64-ppc.c (ppc64_elf_gc_sweep_hook): Support ELFv2 PLT
+       reference counting.
+
+2017-04-02  Jon Turney  <jon.turney@dronecode.org.uk>
+
+       (_bfd_XXi_swap_aouthdr_out): For clarity, use defines rather than
+       numbers for DataDirectory entry indicies passed to
+       add_data_entry().
+
+2017-04-04  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf.c (get_program_header_size): Add a GNU_MBIND segment for
+       each GNU_MBIND section and align GNU_MBIND section to page size.
+       (_bfd_elf_map_sections_to_segments): Create a GNU_MBIND
+       segment for each GNU_MBIND section.
+       (_bfd_elf_init_private_section_data): Copy sh_info from input
+       for GNU_MBIND section.
+
+2017-04-03  Palmer Dabbelt  <palmer@dabbelt.com>
+
+       * elfnn-riscv.c (GP_NAME): Delete.
+       (riscv_global_pointer_value): Change GP_NAME to RISCV_GP_SYMBOL.
+       (_bfd_riscv_relax_lui): Likewise.
+
+2017-04-04  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/21342
+       * elflink.c (_bfd_elf_define_linkage_sym): Prevent null pointer
+       dereference.
+       (bfd_elf_final_link): Only initialize the extended symbol index
+       section if there are extended symbol tables to list.
+
+2017-04-03  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * Makefile.am (BFD32_BACKENDS): Add elf-properties.lo.
+       (BFD32_BACKENDS_CFILES): Add elf-properties.c.
+       * configure.ac (elf): Add elf-properties.lo.
+       * Makefile.in: Regenerated.
+       * configure: Likewise.
+       * elf-bfd.h (elf_property_kind): New.
+       (elf_property): Likewise.
+       (elf_property_list): Likewise.
+       (elf_properties): Likewise.
+       (_bfd_elf_parse_gnu_properties): Likewise.
+       (_bfd_elf_get_property): Likewise.
+       (_bfd_elf_link_setup_gnu_properties): Likewise.
+       (elf_backend_data): Add parse_gnu_properties, merge_gnu_properties
+       and setup_gnu_properties.
+       (elf_obj_tdata): Add properties.
+       * elf-properties.c: New file.
+       * elf32-i386.c (elf_i386_parse_gnu_properties): New.
+       (elf_i386_merge_gnu_properties): Likewise.
+       (elf_backend_parse_gnu_properties): Likewise.
+       (elf_backend_merge_gnu_properties): Likewise.
+       * elf64-x86-64.c (elf_x86_64_parse_gnu_properties): Likewise.
+       (elf_x86_64_merge_gnu_properties): Likewise.
+       (elf_backend_parse_gnu_properties): Likewise.
+       (elf_backend_merge_gnu_properties): Likewise.
+       * elfxx-target.h (elf_backend_merge_gnu_properties): Likewise.
+       (elf_backend_parse_gnu_properties): Likewise.
+       (elf_backend_setup_gnu_properties): Likewise.
+       (elfNN_bed): Add elf_backend_parse_gnu_properties,
+       elf_backend_merge_gnu_properties and
+       elf_backend_setup_gnu_properties.
+
+2017-03-30  Pip Cet  <pipcet@gmail.com>
+
+       * elf32-wasm32.c: Add relocation code, two relocs.
+       * reloc.c: Add wasm32 relocations.
+       * libbfd.h: Regenerate.
+       * bfd-in2.h: Regenerate.
+       * bfd/po/bfd.pot: Regenerate.
+
+2017-03-29  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/18025
+       * coff-bfd.h (struct coff_section_data): Add new fields:
+       saved_bias and bias.
+       * coffgen.c (coff_find_nearest_line_with_names): Cache the bias
+       computed for PE binaries.
+       * dwarf2.c (scan_unit_for_symbols): Only warn once about each
+       missing abbrev.
+
+2017-03-28  Hans-Peter Nilsson  <hp@axis.com>
+
+       PR ld/16044
+       * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Adjust BFD_ASSERT
+       to handle a local symbol with a hash-symbol-entry; without PLT.
+       Add BFD_ASSERT for an incidental case with GOT entry present.
+       (cris_elf_check_relocs): Increment PLT refcount only if the symbol
+       isn't forced-or-set local.
+
+2017-03-27  Pip Cet  <pipcet@gmail.com>
+
+       * wasm-module.c: New file to support WebAssembly modules.
+       * wasm-module.h: New file to support WebAssembly modules.
+       * doc/webassembly.texi: Start documenting wasm-module.c.
+       * config.bfd: Add wasm_vec.
+       * targets.c: Likewise.
+       * configure.ac: Likewise.
+       * Makefile.am: Add entries for wasm-module.c.
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+       * po/SRC-POTFILES.in: Regenerate.
+
+2017-03-27  Pip Cet  <pipcet@gmail.com>
+
+       * cpu-wasm32.c: New file to support wasm32 architecture.
+       * elf32-wasm32.c: New file to support wasm32 architecture.
+       * Makefile.am: Add wasm32 architecture.
+       * archures.c: Likewise.
+       * config.bfd: Likewise.
+       * configure.ac: Likewise.
+       * targets.c: Likewise.
+       * Makefile.in: Regenerate.
+       * bfd-in2.h: Regenerate.
+       * configure: Regenerate.
+       * po/SRC-POTFILES.in: Regenerate.
+
+2017-03-20  Alan Modra  <amodra@gmail.com>
+
+       PR 21266
+       * elf64-ppc.c (compare_symbols): Stabilize sort.
+
+2017-03-18  Alan Modra  <amodra@gmail.com>
+
+       * elf64-ppc.c (struct ppc_link_hash_table): Add
+       local_ifunc_resolver and maybe_local_ifunc_resolver.
+       (ppc_build_one_stub): Set flags on emitting dynamic
+       relocation to ifunc.
+       (ppc64_elf_relocate_section): Likewise.
+       (ppc64_elf_finish_dynamic_symbol): Likewise.
+       (ppc64_elf_finish_dynamic_sections): Error on DT_TEXTREL with
+       local dynamic relocs to ifuncs.
+       * elf32-ppc.c (struct ppc_elf_link_hash_table): Add
+       local_ifunc_resolver and maybe_local_ifunc_resolver.
+       (ppc_elf_relocate_section): Set flag on emitting dynamic
+       relocation to ifuncs.
+       (ppc_elf_finish_dynamic_symbol): Likewise.
+       (ppc_elf_finish_dynamic_sections): Error on DT_TEXTREL with local
+       dynamic relocs to ifuncs.
+
+2017-03-13  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/21202
+       * reloc.c (BFD_RELOC_AARCH64_TLSDESC_LD64_LO12_NC): Rename to
+       BFD_RELOC_AARCH64_TLSDESC_LD64_LO12.
+       (BFD_RELOC_AARCH64_TLSDESC_ADD_LO12_NC): Rename to
+       BFD_RELOC_AARCH64_TLSDESC_ADD_LO12.
+       * bfd-in2.h: Regenerate.
+       * libbfd.h: Regenerate.
+       * elfnn-aarch64.c (IS_AARCH64_TLS_RELAX_RELOC): Update reloc
+       names.
+       (IS_AARCH64_TLSDESC_RELOC): Likewise.
+       (elfNN_aarch64_howto_table): Likewise.
+       (aarch64_tls_transition_without_check): Likewise.
+       (aarch64_reloc_got_type): Likewise.
+       (elfNN_aarch64_final_link_relocate): Likewise.
+       (elfNN_aarch64_tls_relax): Likewise.
+       (elfNN_aarch64_relocate_section): Likewise.
+       (elfNN_aarch64_gc_sweep_hook): Likewise.
+       (elfNN_aarch64_check_relocs): Likewise.
+       * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Likewise.
+       (_bfd_aarch64_elf_resolve_relocation): Likewise.
+
+2017-03-11  Alan Modra  <amodra@gmail.com>
+
+       * elf32-ppc.c: Remove ATTRIBUTE_UNUSED throughout when function
+       parameter is in fact used.  Whitespace fixes.
+       * elf64-ppc.c: Likewise.
+
+2017-03-09  Sam Thursfield  <sam.thursfield@codethink.co.uk>
+
+       * rs6000-core.c (CORE_NEW): Simplify macro when
+       AIX_CORE_DUMPX_CORE and BFD64 are true to avoid compile warning.
+
+2017-03-07  Alan Modra  <amodra@gmail.com>
+
+       PR 21224
+       PR 20519
+       * elf64-ppc.c (ppc64_elf_relocate_section): Add missing
+       dyn_relocs check.
+
+2017-03-05  Alan Modra  <amodra@gmail.com>
+
+       * elf-bfd.h (struct eh_cie_fde): Add u.cie.per_encoding_aligned8.
+       * elf-eh-frame.c (size_of_output_cie_fde): Don't align here.
+       (next_cie_fde_offset): New function.
+       (_bfd_elf_parse_eh_frame): Set u.cie.per_encoding_aligned8.
+       (_bfd_elf_discard_section_eh_frame): Align zero terminator to
+       four bytes.  Align CIEs to four or eight bytes depending on
+       per_encoding_aligned8.  Align FDEs according to their encoding.
+       Pad last FDE to output section alignment.
+       (_bfd_elf_write_section_eh_frame): Adjust to suit.  Remove
+       assertion.
+       * elf64-ppc.c (glink_eh_frame_cie): Delete padding.
+       (ppc64_elf_size_stubs): Pad glink eh_frame as per elf-eh-frame.c.
+       (ppc64_elf_finish_dynamic_sections): Adjust to suit.
+
+2017-03-02  Martin Bickel  <binutils@ineranves.de>
+
+       PR ld/21212
+       * elf.c (rewrite_elf_program_header): Do not issue a warning for
+       empty segments which have a zero filesz, but a non-zero memsz.
+
+2017-03-02  Alan Modra  <amodra@gmail.com>
+
+       * elf32-ppc.c (ppc_elf_vle_split16): Correct insn mask typo.
+
+2017-02-28  Alan Modra  <amodra@gmail.com>
+
+       * elf64-ppc.c (ppc64_elf_ha_reloc): Revert last change.
+       (ppc64_elf_relocate_section): Likewise.
+
+2017-02-28  Alan Modra  <amodra@gmail.com>
+
+       PR 20995
+       * elf32-nios2.c (nios2_elf32_relocate_section): Use htab
+       rather than elf32_nios2_hash_table or elf_hash_table.
+       (create_got_section): Likewise.
+       (nios2_elf32_finish_dynamic_symbol): Likewise.
+       (nios2_elf32_adjust_dynamic_symbol): Likewise.
+       (nios2_elf32_size_dynamic_sections): Likewise.
+       (nios2_elf32_check_relocs): Delete dynobj, sgot, and srelgot
+       vars.  Use htab equivalents directly instead.  Don't create
+       all dynamic sections on needing just the GOT.  Use a goto
+       rather than a fall-through with reloc test.  Ensure
+       htab->dynobj is set when making dynamic sreloc section.
+       (nios2_elf32_finish_dynamic_sections): Delete dynobj, use htab
+       equivalent directly instead.  Don't segfault on looking for
+       .dynamic when dynamic sections have not been created.  Don't
+       segfault on .got.plt being discarded.
+       (nios2_elf32_size_dynamic_sections): Delete plt and got vars.
+       Don't set "relocs" on .rela.plt.  Do handle .sbss.  Delete
+       fixme and another not so relevant comment.
+       (nios2_elf_add_symbol_hook): Delete dynobj var.  If not
+       already set, set hash table dynobj on creating .sbss.
+
+2017-02-28  Alan Modra  <amodra@gmail.com>
+
+       * reloc.c (BFD_RELOC_PPC_16DX_HA): New.
+       * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_16DX_HA>): New howto.
+       (ppc64_elf_reloc_type_lookup): Translate new bfd reloc.
+       (ppc64_elf_ha_reloc): Correct overflow test on REL16DX_HA.
+       (ppc64_elf_relocate_section): Likewise.
+       * elf32-ppc.c (ppc_elf_howto_raw <R_PPC_16DX_HA>): New howto.
+       (ppc_elf_reloc_type_lookup): Translate new bfd reloc.
+       (ppc_elf_check_relocs): Handle R_PPC_16DX_HA to pacify gcc.
+       * libbfd.h: Regenerate.
+       * bfd-in2.h: Regenerate.
+
+2017-02-28  Alan Modra  <amodra@gmail.com>
+
+       * elflink.c (_bfd_elf_create_dynamic_sections): Don't make
+       dynamic .data.rel.ro read-only.
+       * elf32-arm.c (elf32_arm_finish_dynamic_symbol): Compare section
+       rather than section flags when deciding where copy reloc goes.
+       * elf32-cris.c (elf_cris_finish_dynamic_symbol): Likewise.
+       * elf32-hppa.c (elf32_hppa_finish_dynamic_symbol): Likewise.
+       * elf32-i386.c (elf_i386_finish_dynamic_symbol): Likewise.
+       * elf32-metag.c (elf_metag_finish_dynamic_symbol): Likewise.
+       * elf32-microblaze.c (microblaze_elf_finish_dynamic_symbol): Likewise.
+       * elf32-nios2.c (nios2_elf32_finish_dynamic_symbol): Likewise.
+       * elf32-or1k.c (or1k_elf_finish_dynamic_symbol): Likewise.
+       * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Likewise.
+       * elf32-s390.c (elf_s390_finish_dynamic_symbol): Likewise.
+       * elf32-tic6x.c (elf32_tic6x_finish_dynamic_symbol): Likewise.
+       * elf32-tilepro.c (tilepro_elf_finish_dynamic_symbol): Likewise.
+       * elf64-ppc.c (ppc64_elf_finish_dynamic_symbol): Likewise.
+       * elf64-s390.c (elf_s390_finish_dynamic_symbol): Likewise.
+       * elf64-x86-64.c (elf_x86_64_finish_dynamic_symbol): Likewise.
+       * elfnn-aarch64.c (elfNN_aarch64_finish_dynamic_symbol): Likewise.
+       * elfnn-riscv.c (riscv_elf_finish_dynamic_symbol): Likewise.
+       * elfxx-mips.c (_bfd_mips_vxworks_finish_dynamic_symbol): Likewise.
+       * elfxx-sparc.c (_bfd_sparc_elf_finish_dynamic_symbol): Likewise.
+       * elfxx-tilegx.c (tilegx_elf_finish_dynamic_symbol): Likewise.
+
+2017-02-28  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * elfxx-mips.c (mips_elf_perform_relocation): Also handle the
+       `jalr $0, $25' instruction encoding.
+
+2017-02-27  Nick Clifton  <nickc@redhat.com>
+
+       PR ld/21180
+       * elf32-microblaze.c (microblaze_elf_finish_dynamic_symbol): Avoid
+       generating a seg-fault when encountering a symbol that has been
+       deleted by garbage collection.
+
+2017-02-25  Alan Modra  <amodra@gmail.com>
+
+       * elf32-arc.c (struct dynamic_sections): Delete.
+       (enum dyn_section_types): Delete.
+       (dyn_section_names): Delete.
+       (arc_create_dynamic_sections): Delete.
+       (elf_arc_finish_dynamic_sections): Don't call the above.  Don't
+       segfault on discarded .rela.plt section.
+       (elf_arc_size_dynamic_sections): Formatting.  Don't call
+       arc_create_dynamic_sections.  Don't allocate memory for sections
+       handled by the generic linker.  Correct code finding relocs in
+       read-only sections.  Set SEC_EXCLUDE on zero size .got,
+       .got.plt, and .dynbss sections.  Do set .interp for pies.
+
+2017-02-24  Andrew Waterman  <andrew@sifive.com>
+
+       * elfnn-riscv.c (GP_NAME): New macro.
+       (riscv_global_pointer_value): Use it.
+       (_bfd_riscv_relax_lui): If symbol and global pointer are in same
+       output section, consider only that section's alignment.
+
+2017-02-23  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * elfxx-mips.h (_bfd_mips_relax_section): Remove prototype.
+       * elfxx-mips.c (_bfd_mips_relax_section): Remove function.
+       * elf64-mips.c (bfd_elf64_bfd_relax_section): Remove macro.
+       * elfn32-mips.c (bfd_elf32_bfd_relax_section): Likewise.
+
+2017-02-23  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * elfxx-mips.c (mips_elf_calculate_relocation) <R_MIPS_JALR>
+       <R_MICROMIPS_JALR>: Discard relocation if `cross_mode_jump_p'
+       or misaligned.
+
+2017-02-23  Alan Modra  <amodra@gmail.com>
+
+       PR 20744
+       * elf32-ppc.c (ppc_elf_howto_raw): Correct dst_mask on all VLE
+       16D relocations.
+       (ppc_elf_vle_split16): Correct field mask and shift for 16D relocs.
+       (ppc_elf_relocate_section): Correct calculation for VLE SDAREL
+       relocs.
+
+2017-02-22  Maciej W. Rozycki  <macro@imgtec.com>
+
+       PR ld/20828
+       * elflink.c (bfd_elf_size_dynamic_sections): Move symbol version
+       processing ahead of the call to `elf_gc_sweep_symbol'.
+
+2017-02-22  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/21193
+       * opncls.c (bfd_create_gnu_debuglink_section): Give the newly
+       created section 4-byte alignment.
+
 2017-02-22  Alan Modra  <amodra@gmail.com>
 
        * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Don't segfault
This page took 0.04178 seconds and 4 git commands to generate.