From: Martin Liška Date: Thu, 8 May 2014 22:23:53 +0000 (-0700) Subject: 2014-05-08 Martin Liška X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=53c6660516a1720dd0d143bf829c6a35302fc003;p=binutils-gdb.git 2014-05-08 Martin Liška gold/ * output.cc (Sized_relobj_file::do_layout): Fix typo in info message. --- diff --git a/gold/ChangeLog b/gold/ChangeLog index 74a7512cfc5..4bad36ef57a 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 11c22c6e478..c894c135e36 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(),