* object.cc (Sized_relobj::do_layout): Make info message start

with lower case letter.
This commit is contained in:
Ian Lance Taylor 2009-02-07 01:05:15 +00:00
parent 602b464ef1
commit 89dd16802f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-02-06 Ian Lance Taylor <iant@google.com>
* object.cc (Sized_relobj::do_layout): Make info message start
with lower case letter.
2009-02-06 Mikolaj Zalewski <mikolajz@google.com>
* binary.cc: Fix file comment.

View File

@ -1181,7 +1181,7 @@ Sized_relobj<size, big_endian>::do_layout(Symbol_table* symtab,
== symtab->gc()->referenced_list().end())
{
if (parameters->options().print_gc_sections())
gold_info(_("%s: Removing unused section from '%s'"
gold_info(_("%s: removing unused section from '%s'"
" in file '%s"),
program_name, this->section_name(i).c_str(),
this->name().c_str());