Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index 54e2f0dbb97feac0cda97a86fec675e3e7897914..bf7447cff9777177c87277af50ad2dad7d6240e4 100644 (file)
@@ -1,3 +1,840 @@
+2017-06-14  Max Filippov  <jcmvbkbc@gmail.com>
+
+       * elf32-xtensa.c (elf_xtensa_be_plt_entry,
+       elf_xtensa_le_plt_entry): Add dimension for the ABI to arrays,
+       keep both windowed and call0 ABI PLT definitions.
+       (elf_xtensa_create_plt_entry): Use selected ABI to choose upper
+       elf_xtensa_*_plt_entry endex.
+       (ELF_MAXPAGESIZE): Fix at minimal supported MMU page size.
+
+2017-06-14  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/21578
+       * elf32-sh.c (sh_elf_set_mach_from_flags): Fix check for invalid
+       flag value.
+
+2017-06-14  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/21589
+       * vms-alpha.c (_bfd_vms_get_value): Add an extra parameter - the
+       maximum value for the ascic pointer.  Check that name processing
+       does not read beyond this value.
+       (_bfd_vms_slurp_etir): Add checks for attempts to read beyond the
+       end of etir record.
+
+2017-06-14  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/21591
+       * versados.c (versados_mkobject): Zero the allocated tdata structure.
+       (process_otr): Check for an invalid offset in the otr structure.
+
+2017-06-14  Sebastian Huber  <sebastian.huber@embedded-brains.de>
+
+       * config.bfd (epiphany-*-elf): Accept epiphany-*-*.
+
+2017-06-13  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/20022
+       PR ld/21557
+       PR ld/21562
+       PR ld/21571
+       * elf-bfd.h (elf_link_hash_entry): Add start_stop.  Change the
+       vtable field to a union.
+       (_bfd_elf_is_start_stop): Removed.
+       * elf32-i386.c (elf_i386_convert_load_reloc): Also check for
+       __start_SECNAME and __stop_SECNAME symbols.
+       * elf64-x86-64.c (elf_x86_64_convert_load_reloc): Likewise.
+       * elflink.c (_bfd_elf_is_start_stop): Removed.
+       (_bfd_elf_gc_mark_rsec): Check start_stop instead of calling
+       _bfd_elf_is_start_stop.
+       (elf_gc_propagate_vtable_entries_used): Skip __start_SECNAME and
+       __stop_SECNAME symbols.  Updated.
+       (elf_gc_smash_unused_vtentry_relocs): Likewise.
+       (bfd_elf_gc_record_vtinherit): Likewise.
+       (bfd_elf_gc_record_vtentry): Likewise.
+
+2017-06-13  Nick Clifton  <nickc@redhat.com>
+
+       PR ld/21524
+       * elflink.c (elf_link_adjust_relocs): Generate an error when
+       encountering a reloc against a symbol removed by garbage
+       collection.
+
+2017-06-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf-bfd.h (elf_backend_data): Add struct bfd_link_info *
+       to merge_gnu_properties.
+       * elf-properties.c (elf_merge_gnu_properties): Add struct
+       bfd_link_info * and pass it to merge_gnu_properties.
+       (elf_merge_gnu_property_list): Add struct bfd_link_info *
+       and pass it to elf_merge_gnu_properties.
+       (_bfd_elf_link_setup_gnu_properties): Pass info to
+       elf_merge_gnu_property_list.
+       * elf32-i386.c (elf_i386_merge_gnu_properties): Add struct
+       bfd_link_info *.
+       * elf64-x86-64.c (elf_x86_64_merge_gnu_properties): Likewise.
+
+2017-06-11  Joe Zbiciak  <joe.zbiciak@leftturnonly.info>
+
+       PR 21564
+       * binary.c (binary_set_section_contents): Scale lma by octets
+       per byte to set filepos.
+
+2017-06-08  Cupertino Miranda  <cmiranda@synopsys.com>
+
+       * elf32-arc.c (elf_arc_check_relocs): Fixed conditions to generate
+       dynamic sections.
+
+2017-06-08  Cupertino Miranda  <cmiranda@synopsys.com>
+
+       * elf32-arc.c (elf_arc_size_dynamic_sections): Changed condition to
+       require TEXTREL.
+
+2017-06-08  Cupertino Miranda  <cmiranda@synopsys.com>
+
+       * arc-got.h (relocate_fix_got_relocs_for_got_info): Added TCB_SIZE to
+       patched section contents for TLS IE reloc.
+       * elf32-arc.c: Remove TCB_SIZE preprocessor macro.
+
+2017-06-08  Cupertino Miranda  <cmiranda@synopsys.com>
+
+       * elf32-arc.c (elf_arc_relocate_section): Added "call" to
+       RELOC_FOR_GLOBAL_SYMBOL macro.
+
+2018-06-08  Cupertino Miranda  <cmiranda@synopsys.com>
+
+       * elf32-arc.c (elf_arc_relocate_section): Small refactor and condition
+       changes.
+
+2017-06-08  Cupertino Miranda  <cmiranda@synopsys.com>
+
+       * config/tc-arc.c (md_undefined_symbol): Changed.
+       * config/tc-arc.h (DYNAMIC_STRUCT_NAME): Removed.
+
+2017-06-08  Cupertino Miranda  <cmiranda@synopsys.com>
+
+       * elf32-arc.c (elf_arc_relocate_section): Fixed reassign of indirect
+       symbols.
+
+2017-06-08  Cupertino Miranda  <cmiranda@synopsys.com>
+
+       * elf32-arc.c (elf_arc_check_relocs): Added condition to disable
+       warning and "Bad value" for local symbols ARC_32 or ARC_32_ME relocs.
+
+2017-06-08  Cupertino Miranda  <cmiranda@synopsys.com>
+
+       * elf32-arc.c (ADD_RELA): Changed to only work when dynamic
+       object is created.
+
+2017-06-08  Richard Earnshaw  <rearnsha@arm.com>
+
+       * elf32-arm.c (elf32_arm_merge_eabi_attributes): Remove assertion
+       that the input bfd has Tag_FP_ARCH non-zero if Tag_ABI_HardFP_use
+       is non-zero.  Add clarifying comments.
+
+2017-06-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf32-i386.c (elf_i386_check_relocs): Set local IFUNC symbol
+       name.  Use local IFUNC symbol name string to report unsupported
+       non-PIC call to IFUNC function.
+       (elf_i386_relocate_section): Dump local IFUNC name with minfo
+       when generating R_386_IRELATIVE relocation.
+       (elf_i386_finish_dynamic_symbol): Likewise.
+       * elf_x86_64_check_relocs (elf_x86_64_check_relocs): Set local
+       IFUNC symbol name.
+       (elf_x86_64_relocate_section): Dump local IFUNC name with minfo
+       when generating R_X86_64_IRELATIVE relocation.
+       (elf_x86_64_finish_dynamic_symbol): Likewise.
+
+2017-06-06  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * elf.c (setup_group): Make sure BFD sections are created for all
+       group sections in the input file when processing SHF_GROUP
+       sections.
+       (bfd_section_from_shdr): Avoid duplicating logic already
+       implemented in `setup_group'.
+
+2017-06-06  Daniel Bonniot de Ruisselet  <bonniot@gmail.com>
+
+       PR binutils/21546
+       * peXXigen.c (pe_print_idata): Use the address of the first thunk
+       if the hint address is zero.
+
+2017-06-06  James Clarke  <jrtc27@jrtc27.com>
+
+       PR ld/19579
+       * elfnn-aarch64.c (elfNN_aarch64_finish_dynamic_symbol): Check
+       ELF_COMMON_DEF_P for common symbols.
+
+2017-06-06  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * elf.c (_bfd_elf_make_section_from_shdr): Don't initially mark
+       SEC_GROUP sections as SEC_EXCLUDE.
+       (bfd_elf_set_group_contents): Replace use of abort with an assert.
+       (assign_section_numbers): Use resolve_section_groups flag instead
+       of relocatable link type.
+       (_bfd_elf_init_private_section_data): Use resolve_section_groups
+       flag instead of checking the final_link flag for part of the
+       checks in here.  Fix white space as a result.
+       * elflink.c (elf_link_input_bfd): Use resolve_section_groups flag
+       instead of relocatable link type.
+       (bfd_elf_final_link): Likewise.
+
+2017-06-06  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * elfxx-mips.c (_bfd_mips_elf_relocate_section): Remove unused
+       variable `bed'.
+       * elf32-score.c (score_elf_final_link_relocate): Likewise.
+       (s3_bfd_score_elf_check_relocs): Likewise.
+       * elf32-score7.c (s7_bfd_score_elf_relocate_section): Likewise.
+       (score_elf_final_link_relocate): Likewise.
+       (s7_bfd_score_elf_check_relocs): Likewise.
+
+2017-06-06  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * elflink.c (init_reloc_cookie_rels): Remove unused variable
+       `bed'.
+
+2017-06-06  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Subtract `count'
+       from `reloc_count' rather than decrementing it.
+       * elf.c (bfd_section_from_shdr): Multiply the adjustment to
+       `reloc_count' by `int_rels_per_ext_rel'.
+       * elf32-score.c (score_elf_final_link_relocate): Do not multiply
+       `reloc_count' by `int_rels_per_ext_rel' for last relocation
+       entry determination.
+       (s3_bfd_score_elf_check_relocs): Likewise.
+       * elf32-score7.c (score_elf_final_link_relocate): Likewise.
+       (s7_bfd_score_elf_relocate_section): Likewise.
+       (s7_bfd_score_elf_check_relocs): Likewise.
+       * elf64-mips.c (mips_elf64_get_reloc_upper_bound): Remove
+       prototype and function.
+       (mips_elf64_slurp_one_reloc_table): Do not update `reloc_count'.
+       (mips_elf64_slurp_reloc_table): Assert that `reloc_count' is
+       triple rather than once the sum of REL and RELA relocation entry
+       counts.
+       (bfd_elf64_get_reloc_upper_bound): Remove macro.
+       * elflink.c (_bfd_elf_link_read_relocs): Do not multiply
+       `reloc_count' by `int_rels_per_ext_rel' for internal relocation
+       storage allocation size determination.
+       (elf_link_input_bfd): Multiply `.ctors' and `.dtors' section's
+       size by `int_rels_per_ext_rel'.  Do not multiply `reloc_count'
+       by `int_rels_per_ext_rel' for last relocation entry
+       determination.
+       (bfd_elf_final_link): Do not multiply `reloc_count' by
+       `int_rels_per_ext_rel' for internal relocation storage
+       allocation size determination.
+       (init_reloc_cookie_rels): Do not multiply `reloc_count' by
+       `int_rels_per_ext_rel' for last relocation entry determination.
+       (elf_gc_smash_unused_vtentry_relocs): Likewise.
+       * elfxx-mips.c (_bfd_mips_elf_check_relocs): Likewise.
+       (_bfd_mips_elf_relocate_section): Likewise.
+
+2017-06-05  Alan Modra  <amodra@gmail.com>
+
+       PR 21529
+       * linker.c (_bfd_generic_link_output_symbols): Handle BSF_GNU_UNIQUE.
+
+2017-06-01  John Baldwin  <jhb@FreeBSD.org>
+
+       * elf.c (elfcore_grok_freebsd_psinfo): Use ELF header class to
+       determine structure sizes.
+       (elfcore_grok_freebsd_prstatus): Likewise.
+
+2017-06-01  Alan Modra  <amodra@gmail.com>
+
+       * elf64-ppc.c (struct ppc_link_hash_table): Add has_plt_localentry0.
+       (ppc64_elf_merge_symbol_attribute): Merge localentry bits from
+       dynamic objects.
+       (is_elfv2_localentry0): New function.
+       (ppc64_elf_tls_setup): Default params->plt_localentry0.
+       (plt_stub_size): Adjust size for tls_get_addr_opt stub.
+       (build_tls_get_addr_stub): Use a simpler stub when r2 is not saved.
+       (ppc64_elf_size_stubs): Leave stub_type as ppc_stub_plt_call for
+       optimized localentry:0 stubs.
+       (ppc64_elf_build_stubs): Save r2 in ELFv2 __glink_PLTresolve.
+       (ppc64_elf_relocate_section): Leave nop unchanged for optimized
+       localentry:0 stubs.
+       (ppc64_elf_finish_dynamic_sections): Set PPC64_OPT_LOCALENTRY in
+       DT_PPC64_OPT.
+       * elf64-ppc.h (struct ppc64_elf_params): Add plt_localentry0.
+
+2017-05-30  Casey Smith  <clegg89@gmail.com>
+
+       PR ld/21523
+       * elf32-arm.c (elf32_arm_final_link_relocate): Install an absolute
+       value when processing the R_ARM_THM_ALU_PREL_11_0 reloc.
+
+2017-05-30  Anton Kolesov  Anton.Kolesov@synopsys.com
+
+       * cpu-arc.c (arc_compatible): New function.
+
+2017-05-30  Anton Kolesov  <anton.kolesov@synopsys.com>
+
+       * cpu-arc.c (arch_info_struct): Remove duplicate ARC600 entry.
+
+2017-05-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/21519
+       * bfdio.c (bfd_get_file_size): New function.
+       * bfd-in2.h: Regenerated.
+
+2017-05-23  Dilian Palauzov  <git-dpa@aegee.org>
+
+       * elf32-arc.c (arc_elf_merge_attributes): Add fall through
+       comments.
+
+2017-05-22  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf64-x86-64.c (elf_x86_64_link_setup_gnu_properties): Use
+       dynobj instead of htab->elf.dynobj.
+
+2017-05-19  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * elf64-mips.c (mips_elf64_canonicalize_reloc): Remove prototype
+       and function.
+       (mips_elf64_canonicalize_dynamic_reloc): Likewise.
+       (mips_elf64_slurp_one_reloc_table): Set `reloc_count' to the
+       actual number of internal relocations retrieved.  Adjust
+       function description.
+       (bfd_elf64_canonicalize_reloc): Remove macro.
+       (bfd_elf64_canonicalize_dynamic_reloc): Likewise.
+
+2017-05-19  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * archures.c (bfd_mach_sparc_v9m8): Define.
+       (bfd_mach_sparc_v8plusm8): Likewise.
+       (bfd_mach_sparc_v9_p): Adjust to M8.
+       (bfd_mach_sparc_64bit_p): Likewise.
+       * aoutx.h (machine_type): Handle bfd_mach_sparc_v9m8 and
+       bfd_mach_sparc_v8plusm8.
+       * bfd-in2.h: Regenerated.
+       * cpu-sparc.c (arch_info_struct): Entries for sparc:v9m8 and
+       sparc:v8plusm8.
+       * elfxx-sparc.c (_bfd_sparc_elf_object_p): Handle
+       bfd_mach_sparc_v8plusm8 and bfd_mach_sparc_v9m8 using the new hw
+       capabilities ONADDSUB, ONMUL, ONDIV, DICTUNP, FPCPSHL, RLE and
+       SHA3.
+       * elf32-sparc.c (elf32_sparc_final_write_processing): Handle
+       bfd_mach_sparc_v8plusm8.
+
+2017-05-19  Alan Modra  <amodra@gmail.com>
+
+       * elflink.c (_bfd_elf_gc_mark_extra_sections): Don't keep
+       debug and special sections when no non-note alloc sections in an
+       object are kept.
+
+2017-05-18  Alan Modra  <amodra@gmail.com>
+
+       * arc-got.h: Don't compare boolean values against TRUE or FALSE.
+       * elf-m10300.c: Likewise.
+       * elf.c: Likewise.
+       * elf32-arc.c: Likewise.
+       * elf32-bfin.c: Likewise.
+       * elf32-m68k.c: Likewise.
+       * elf32-nds32.c: Likewise.
+       * elf32-tilepro.c: Likewise.
+       * elflink.c: Likewise.
+       * elfnn-aarch64.c: Likewise.
+       * elfnn-riscv.c: Likewise.
+       * elfxx-tilegx.c: Likewise.
+       * mach-o.c: Likewise.
+       * peXXigen.c: Likewise.
+       * vms-alpha.c: Likewise.
+       * vms-lib.c: Likewise.
+
+2017-05-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/20882
+       * elflink.c (elf_gc_mark_debug_section): New function.
+       (_bfd_elf_gc_mark_extra_sections): Mark any debug sections
+       referenced by kept debug sections.
+
+2017-05-16  Alan Modra  <amodra@gmail.com>
+
+       * elf-m10300.c: Rename occurrences of non_ir_ref.
+       * elf32-arm.c: Likewise.
+       * elf32-bfin.c: Likewise.
+       * elf32-cr16.c: Likewise.
+       * elf32-cris.c: Likewise.
+       * elf32-d10v.c: Likewise.
+       * elf32-dlx.c: Likewise.
+       * elf32-fr30.c: Likewise.
+       * elf32-frv.c: Likewise.
+       * elf32-hppa.c: Likewise.
+       * elf32-i370.c: Likewise.
+       * elf32-i386.c: Likewise.
+       * elf32-iq2000.c: Likewise.
+       * elf32-lm32.c: Likewise.
+       * elf32-m32c.c: Likewise.
+       * elf32-m32r.c: Likewise.
+       * elf32-m68hc1x.c: Likewise.
+       * elf32-m68k.c: Likewise.
+       * elf32-mcore.c: Likewise.
+       * elf32-metag.c: Likewise.
+       * elf32-microblaze.c: Likewise.
+       * elf32-moxie.c: Likewise.
+       * elf32-msp430.c: Likewise.
+       * elf32-mt.c: Likewise.
+       * elf32-nios2.c: Likewise.
+       * elf32-or1k.c: Likewise.
+       * elf32-ppc.c: Likewise.
+       * elf32-rl78.c: Likewise.
+       * elf32-s390.c: Likewise.
+       * elf32-score.c: Likewise.
+       * elf32-score7.c: Likewise.
+       * elf32-sh.c: Likewise.
+       * elf32-tic6x.c: Likewise.
+       * elf32-tilepro.c: Likewise.
+       * elf32-v850.c: Likewise.
+       * elf32-vax.c: Likewise.
+       * elf32-xstormy16.c: Likewise.
+       * elf32-xtensa.c: Likewise.
+       * elf64-alpha.c: Likewise.
+       * elf64-hppa.c: Likewise.
+       * elf64-ia64-vms.c: Likewise.
+       * elf64-mmix.c: Likewise.
+       * elf64-ppc.c: Likewise.
+       * elf64-s390.c: Likewise.
+       * elf64-sh64.c: Likewise.
+       * elf64-x86-64.c: Likewise.
+       * elflink.c: Likewise.
+       * elfnn-aarch64.c: Likewise.
+       * elfnn-ia64.c: Likewise.
+       * elfnn-riscv.c: Likewise.
+       * elfxx-mips.c: Likewise.
+       * elfxx-sparc.c: Likewise.
+       * elfxx-tilegx.c: Likewise.
+       * linker.c: Likewise.
+
+2017-05-16  Alan Modra  <amodra@gmail.com>
+
+       * elf64-ppc.c (add_symbol_adjust): Transfer non_ir_ref_dynamic.
+       * elflink.c (elf_link_add_object_symbols): Update to use
+       non_ir_ref_dynamic.
+       (elf_link_input_bfd): Test non_ir_ref_dynamic in addition to
+       non_ir_ref.
+       * linker.c (_bfd_generic_link_add_one_symbol): Likewise.
+
+2017-05-15  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * elfxx-mips.c (print_mips_ases): Handle MIPS16e2 ASE.
+
+2017-05-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf32-i386.c (elf_i386_parse_gnu_properties): Merge
+       GNU_PROPERTY_X86_ISA_1_USED and GNU_PROPERTY_X86_ISA_1_NEEDED
+       properties.
+       * elf64-x86-64.c (elf_x86_64_parse_gnu_properties): Likewise.
+
+2017-05-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf64-x86-64.c (elf_x86_64_link_hash_entry): Rename plt_bnd
+       to plt_second.
+       (elf_x86_64_link_hash_table): Rename plt_bnd/plt_bnd_eh_frame
+       to plt_second/plt_second_eh_frame.
+       (elf_x86_64_link_hash_newfunc): Updated.
+       (elf_x86_64_allocate_dynrelocs): Likewise.
+       (elf_x86_64_size_dynamic_sections): Likewise.
+       (elf_x86_64_relocate_section): Likewise.
+       (elf_x86_64_finish_dynamic_symbol): Likewise.
+       (elf_x86_64_finish_dynamic_sections): Likewise.
+       (elf_x86_64_plt_type): Rename plt_bnd to plt_second.
+       (elf_x86_64_get_synthetic_symtab): Updated.  Also scan the
+       .plt.sec section.
+       (elf_backend_setup_gnu_properties): Updated.  Create the
+       .plt.sec section instead of the .plt.sec section.
+
+2017-05-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf32-i386.c (elf_i386_allocate_dynrelocs): Partially revert
+       commit 25070364b0ce33eed46aa5d78ebebbec6accec7e.
+       * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Likewse.
+
+2017-05-10  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * elf64-sparc.c (elf64_sparc_set_reloc): New function.
+       (bfd_elf64_set_reloc): Define.
+       (elf64_sparc_write_relocs): Use `canon_reloc_count'.
+
+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
This page took 0.030371 seconds and 4 git commands to generate.