summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gold/ChangeLog
diff options
context:
space:
mode:
authorRahul Chaudhry <rahulchaudhry@google.com>2016-06-29 16:57:53 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-06-29 16:57:53 +0000
commit129dec3ed0e1fc07f75a4322014d770cfd642f4d (patch)
tree641fb37846e0eb33ad84c003979bc5049d2b061f /binutils-2.25/gold/ChangeLog
parentfd48d3412ad6b8c1c84934e65cfea4f67213f79b (diff)
parent6422a80df992e4542dbd4fb70a04f316065674af (diff)
downloadtoolchain_binutils-129dec3ed0e1fc07f75a4322014d770cfd642f4d.tar.gz
toolchain_binutils-129dec3ed0e1fc07f75a4322014d770cfd642f4d.tar.bz2
toolchain_binutils-129dec3ed0e1fc07f75a4322014d770cfd642f4d.zip
Remove warning about references from shared objects to hidden symbols.
am: 6422a80df9 Change-Id: I50bdd1f0349dc9453014936904bc811a23ed7e32
Diffstat (limited to 'binutils-2.25/gold/ChangeLog')
-rw-r--r--binutils-2.25/gold/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils-2.25/gold/ChangeLog b/binutils-2.25/gold/ChangeLog
index cd957520..9e84837e 100644
--- a/binutils-2.25/gold/ChangeLog
+++ b/binutils-2.25/gold/ChangeLog
@@ -1,3 +1,14 @@
+2015-07-20 Yiran Wang <yiran@google.com>
+ Cary Coutant <ccoutant@gmail.com>
+
+ PR gold/15574
+ * resolve.cc (Symbol_table): Remove warning about references
+ from shared objects to hidden symbols.
+ * testsuite/Makefile.am (hidden_test): Add hidden_test.syms.
+ * testsuite/Makefile.in: Regenerate.
+ * testsuite/hidden_test.sh: Check dynamic symbol table; update
+ expected error messages.
+
2016-06-28 Rahul Chaudhry <rahulchaudhry@google.com>
Revert patch -- to be replaced by the upstream patch with tests.