2014-05-08 Martin Liška <mliska@suse.cz>

gold/
	* output.cc (Sized_relobj_file::do_layout): Fix typo in info message.
This commit is contained in:
Martin Liška 2014-05-08 15:23:53 -07:00 committed by Cary Coutant
parent 0ae19f059a
commit 53c6660516
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-05-08 Martin Liška <mliska@suse.cz>
* output.cc (Sized_relobj_file::do_layout): Fix typo in info message.
2014-05-06 Cary Coutant <ccoutant@google.com>
PR gold/16900

View File

@ -1632,7 +1632,7 @@ Sized_relobj_file<size, big_endian>::do_layout(Symbol_table* symtab,
symtab->icf()->get_folded_section(this, i);
Relobj* folded_obj =
reinterpret_cast<Relobj*>(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(),