cl
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index 4992fd15e8937624ef81eba3b010b5a18bf7344c..a543349825c952cc5edc38273953c2e8a6d5624d 100644 (file)
@@ -1,3 +1,36 @@
+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-08  Jiong Wang <jiong.wang@arm.com>
+
+       PR ld/21532
+       * elfnn-aarch64.c (ELIMINATE_COPY_RELOCS): Set to 1.
+       (elfNN_aarch64_final_link_relocate): Also propagate relocations to
+       runtime for copy relocation elimination cases.
+       (alias_readonly_dynrelocs): New function.
+       (elfNN_aarch64_adjust_dynamic_symbol): Keep the dynamic relocs instead
+       of generating copy relocation if it is not against read-only sections.
+       (elfNN_aarch64_check_relocs): 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
This page took 0.024193 seconds and 4 git commands to generate.