summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gold/ChangeLog
diff options
context:
space:
mode:
authorRahul Chaudhry <rahulchaudhry@google.com>2016-06-28 14:17:59 -0700
committerRahul Chaudhry <rahulchaudhry@google.com>2016-06-28 15:02:59 -0700
commit4520d6bee11b130d3f05175db13d3000f7ecf1a8 (patch)
treec5d81e8da334346e9bbc6962fc5d7d50d3d80076 /binutils-2.25/gold/ChangeLog
parent21efffa54e136e1b45d8016339bda25690b2b7fd (diff)
downloadtoolchain_binutils-4520d6bee11b130d3f05175db13d3000f7ecf1a8.tar.gz
toolchain_binutils-4520d6bee11b130d3f05175db13d3000f7ecf1a8.tar.bz2
toolchain_binutils-4520d6bee11b130d3f05175db13d3000f7ecf1a8.zip
Revert "Disable the warning of a hidden symbol matches a reference to be resolved."
Bug: 21502954 This change reverts https://android-review.googlesource.com/#/c/155101/, to be replaced by the upstream patch with tests. - https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=c20ceeb226168ffd84078ef74d890c2b7f69a435 Change-Id: Id929c8422a016638f860ac508eeafc7080584600
Diffstat (limited to 'binutils-2.25/gold/ChangeLog')
-rw-r--r--binutils-2.25/gold/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils-2.25/gold/ChangeLog b/binutils-2.25/gold/ChangeLog
index c222155a..cd957520 100644
--- a/binutils-2.25/gold/ChangeLog
+++ b/binutils-2.25/gold/ChangeLog
@@ -1,3 +1,12 @@
+2016-06-28 Rahul Chaudhry <rahulchaudhry@google.com>
+
+ Revert patch -- to be replaced by the upstream patch with tests.
+
+ 2015-06-16 Yiran Wang <yiran@google.com>
+
+ * resolve.cc disable the warning of a hidden symbol matches a
+ reference to be resolved
+
2016-02-05 Sriraman Tallam <tmsriram@google.com>
* icf.cc (get_rel_addend): New function.