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] Add missing ChangeLog files


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

commit 18d9555c6e7c34beb40f54e670c11b76b61be13f
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Sat Jul 25 08:10:51 2015 -0700

    Add missing ChangeLog files

Diff:
---
 bfd/ChangeLog          | 7 +++++++
 ld/testsuite/ChangeLog | 6 ++++++
 2 files changed, 13 insertions(+)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 086ec78..1d1a1d2 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2015-07-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+	PR ld/18718
+	* elflink.c (elf_link_output_extsym): Check symbol version
+	section check only if not linking executable, the symbol is
+	referenced by shared library or not locally defined.
+
 2015-07-25  Thomas Preud'homme  <thomas.preudhomme@arm.com>
 
 	* elf32-arm.c (elf32_arm_final_link_relocate): Use SYMBOLIC_BIND to
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index c800c60..5df4066 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2015-07-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+	PR ld/18718
+	* ld-elf/pr18718.c: New file.
+	* ld-elf/shared.exp: Run tests for PR ld/18718.
+
 2015-07-25  Alan Modra  <amodra@gmail.com>
 
 	* ld-elf/symbolic-func.s,


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