aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-07-25 08:10:51 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-07-25 08:10:51 -0700
commit18d9555c6e7c34beb40f54e670c11b76b61be13f (patch)
treec2a5ef88afb3d67732437b508125822957b6b913
parent1659f720b0818d6666570f79bef53ac461b2b22f (diff)
downloadgdb-18d9555c6e7c34beb40f54e670c11b76b61be13f.zip
gdb-18d9555c6e7c34beb40f54e670c11b76b61be13f.tar.gz
gdb-18d9555c6e7c34beb40f54e670c11b76b61be13f.tar.bz2
Add missing ChangeLog files
-rw-r--r--bfd/ChangeLog7
-rw-r--r--ld/testsuite/ChangeLog6
2 files changed, 13 insertions, 0 deletions
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,