cl
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 8 Jun 2017 10:48:04 +0000 (03:48 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 8 Jun 2017 10:53:43 +0000 (03:53 -0700)
bfd/ChangeLog
ld/ChangeLog

index a14ff72259781430aed0ca363759bbd82ff68d0d..a543349825c952cc5edc38273953c2e8a6d5624d 100644 (file)
@@ -1,3 +1,17 @@
+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
index 9eaa6466d0cef4682049944891e21589d65b35f9..9dd4256c8490bb69ba1763b69d61daae84c557f6 100644 (file)
@@ -1,3 +1,13 @@
+2017-06-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/ld-ifunc/ifunc-1-local-x86.d: Pass
+       "-Map tmpdir/ifunc-1-local-x86.map" to ld and check
+       ifunc-1-local-x86.map.
+       * testsuite/ld-ifunc/ifunc-1-x86.d: Pass
+       "-Map tmpdir/ifunc-1-x86.map" to ld and check ifunc-1-x86.map.
+       * testsuite/ld-ifunc/ifunc-1-local-x86.map: New file.
+       * testsuite/ld-ifunc/ifunc-1-x86.map: Likewise.
+
 2017-06-08  Jiong Wang  <jiong.wang@arm.com>
 
        * testsuite/ld-aarch64/copy-reloc-eliminate.d: New test.