summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gold/ChangeLog
diff options
context:
space:
mode:
authorRahul Chaudhry <rahulchaudhry@google.com>2016-02-03 15:52:58 -0800
committerRahul Chaudhry <rahulchaudhry@google.com>2016-02-16 11:12:32 -0800
commit48ba8648ee02f246c4fb286d7918f750c2b4ea4f (patch)
tree03b29449ae6a8abae517585fab8726d924830199 /binutils-2.25/gold/ChangeLog
parent546435180dfe950e1c6b8447c695655d4bd8b553 (diff)
downloadtoolchain_binutils-48ba8648ee02f246c4fb286d7918f750c2b4ea4f.tar.gz
toolchain_binutils-48ba8648ee02f246c4fb286d7918f750c2b4ea4f.tar.bz2
toolchain_binutils-48ba8648ee02f246c4fb286d7918f750c2b4ea4f.zip
Silence "Erratum 843419 found and fixed" info messages from gold.
BUG: 26536732 Tested by building binutils on ubuntu, and using the newly built gold to link volantis binaries. The info messages are gone. This patch is backported from upstream - commit e3dbf58233db3ad72f1ba624dc7f13ffd2728f25 Author: Han Shen <shenhan@google.com> Date: Thu Feb 11 09:47:49 2016 -0800 Remove info message for every erratum 843419 found and fixed. 2016-02-11 Rahul Chaudhry <rahulchaudhry@google.com> * aarch64.cc (Target_aarch64::scan_erratum_843419_span): Remove info message for every erratum 843419 found and fixed. Change-Id: I9792795096c919b006e98fdfdb01b448e597d605
Diffstat (limited to 'binutils-2.25/gold/ChangeLog')
-rw-r--r--binutils-2.25/gold/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils-2.25/gold/ChangeLog b/binutils-2.25/gold/ChangeLog
index aa93c36b..d734a15e 100644
--- a/binutils-2.25/gold/ChangeLog
+++ b/binutils-2.25/gold/ChangeLog
@@ -1,3 +1,8 @@
+2016-02-11 Rahul Chaudhry <rahulchaudhry@google.com>
+
+ * aarch64.cc (Target_aarch64::scan_erratum_843419_span): Remove
+ info message for every erratum 843419 found and fixed.
+
2015-12-17 Peter Collingbourne <pcc@google.com>
PR gold/18780