This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] cl


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=51fa2693add9ead8288f475d380f4aec7372fe5a

commit 51fa2693add9ead8288f475d380f4aec7372fe5a
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu Jun 8 03:48:04 2017 -0700

    cl

Diff:
---
 bfd/ChangeLog | 14 ++++++++++++++
 ld/ChangeLog  | 10 ++++++++++
 2 files changed, 24 insertions(+)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index a14ff72..a543349 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 9eaa646..9dd4256 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]