mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-18 06:43:36 +08:00
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:
parent
0ae19f059a
commit
53c6660516
@ -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
|
||||
|
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user