From 53c6660516a1720dd0d143bf829c6a35302fc003 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Li=C5=A1ka?= Date: Thu, 8 May 2014 15:23:53 -0700 Subject: [PATCH] =?utf8?q?2014-05-08=20=20Martin=20Li=C5=A1ka=20=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit gold/ * output.cc (Sized_relobj_file::do_layout): Fix typo in info message. --- gold/ChangeLog | 4 ++++ gold/object.cc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gold/ChangeLog b/gold/ChangeLog index 74a7512cfc..4bad36ef57 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,7 @@ +2014-05-08 Martin Liška + + * output.cc (Sized_relobj_file::do_layout): Fix typo in info message. + 2014-05-06 Cary Coutant PR gold/16900 diff --git a/gold/object.cc b/gold/object.cc index 11c22c6e47..c894c135e3 100644 --- a/gold/object.cc +++ b/gold/object.cc @@ -1632,7 +1632,7 @@ Sized_relobj_file::do_layout(Symbol_table* symtab, symtab->icf()->get_folded_section(this, i); Relobj* folded_obj = reinterpret_cast(folded.first); - gold_info(_("%s: ICF folding section '%s' in file '%s'" + gold_info(_("%s: ICF folding section '%s' in file '%s' " "into '%s' in file '%s'"), program_name, this->section_name(i).c_str(), this->name().c_str(), -- 2.34.1