mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-23 12:09:49 +00:00
* object.cc (Sized_relobj::do_layout): Make info message start
with lower case letter.
This commit is contained in:
parent
602b464ef1
commit
89dd16802f
@ -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.
|
||||
|
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user