Relax assertion in BFIN linker to allow for discard GOT relocs.
[binutils-gdb.git] / bfd / ChangeLog
index 89180cb25620d261d581134c6d0904123beaa75b..7cf79bb14606e043410bdf054a0adad09915afb5 100644 (file)
@@ -1,3 +1,90 @@
+2016-03-29  Nick Clifton  <nickc@redhat.com>
+
+       PR 17334
+       * elf32-bfin.c (elf32_bfinfdpic_finish_dynamic_sections): Relax
+       assertion on the size of the got section to allow it to be bigger
+       than the number of relocs.
+
+2016-03-29  Toni Spets  <toni.spets@iki.fi>
+
+       PR 19878
+       * coffcode.h (coff_write_object_contents): Revert accidental
+       2014-11-10 change.
+
+2016-03-22  Alan Modra  <amodra@gmail.com>
+
+       PR 19850
+       * dwarf2.c (read_attribute_value): Skip info_ptr check for
+       DW_FORM_flag_present.
+
+2016-03-22  Nick Clifton  <nickc@redhat.com>
+
+       * cpu-v850_rh850.c (arch_info_struct): Restore v850-rh850 as an
+       architecture name for backwards compatibility.
+
+       * peXXigen.c (_bfd_XXi_write_codeview_record): Fix possible
+       unbounded stack use.
+
+       * warning.m4 (GCC_WARN_CFLAGS): Only add -Wstack-usage if using a
+       sufficiently recent version of GCC.
+       * configure: Regenerate.
+
+2016-03-22  Alan Modra  <amodra@gmail.com>
+
+       PR 19851
+       * plugin.c (try_load_plugin): Avoid -Wstack-usage warning.
+
+2016-03-21  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * archures.c (bfd_mach_arc_nps400): Define.
+       * bfd-in2.h: Regenerate.
+       * cpu-arc.c (arch_info_struct): New entry for nps400, renumber
+       some existing entries to make space.
+       * elf32-arc.c (arc_elf_object_p): Add nps400 case.
+       (arc_elf_final_write_processing): Likewise.
+
+2016-03-21  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * elf32-arc.c (arc_elf_print_private_bfd_data): Remove use of
+       EF_ARC_CPU_GENERIC.
+       (arc_elf_final_write_processing): Don't bother setting cpu field
+       in e_flags, this will have been set elsewhere.
+
+2016-03-21  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * elf32-arc.c (arc_elf_final_write_processing): Switch to using
+       EF_ARC_MACH_MSK.
+
+2016-03-21  Nick Clifton  <nickc@redhat.com>
+
+       * warning.m4 (GCC_WARN_CFLAGS): Add -Wstack-usage=262144
+       * configure: Regenerate.
+       * elf32-m68hc1x.c (elf32_m68hc11_relocate_section): Replace use of
+       alloca with call to xmalloc.
+       * elf32-nds32.c: Likewise.
+       * elf64-hppa.c: Likewise.
+       * elfxx-mips.c: Likewise.
+       * pef.c: Likewise.
+       * pei-x86_64.c: Likewise.
+       * som.c: Likewise.
+       * xsym.c: Likewise.
+
+2016-03-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/19827
+       * elf32-i386.c (elf_i386_check_relocs): Bind defined symbol
+       locally in PIE.
+       (elf_i386_relocate_section): Likewise.
+       * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
+       (elf_x86_64_relocate_section): Likewise.
+
+2016-03-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/19807
+       * elf64-x86-64.c (elf_x86_64_relocate_section): Check
+       no_reloc_overflow_check to diable R_X86_64_32/R_X86_64_32S
+       relocation overflow check.
+
 2016-03-14  H.J. Lu  <hongjiu.lu@intel.com>
 
        * bfd-in2.h: Regenerated.