[binutils-gdb] Remove info message for every erratum 843419 found and fixed.

Han Shen shenhan@sourceware.org
Thu Feb 11 17:52:00 GMT 2016


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

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.

Diff:
---
 gold/ChangeLog  | 5 +++++
 gold/aarch64.cc | 4 ----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/gold/ChangeLog b/gold/ChangeLog
index b796a24..8534b51 100644
--- a/gold/ChangeLog
+++ b/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.
+
 2016-02-07  Cary Coutant  <ccoutant@gmail.com>
 
 	PR gold/18695
diff --git a/gold/aarch64.cc b/gold/aarch64.cc
index 6cd6f12..01868c7 100644
--- a/gold/aarch64.cc
+++ b/gold/aarch64.cc
@@ -8248,10 +8248,6 @@ Target_aarch64<size, big_endian>::scan_erratum_843419_span(
 	    }
 	  if (do_report)
 	    {
-	      gold_info(_("Erratum 843419 found and fixed at \"%s\", "
-			     "section %d, offset 0x%08x."),
-			   relobj->name().c_str(), shndx,
-			   (unsigned int)(span_start + offset));
 	      unsigned int erratum_insn_offset =
 		span_start + offset + insn_offset;
 	      Address erratum_address =



More information about the Binutils-cvs mailing list