* object.cc (Sized_relobj::do_layout): Make info message start
authorIan Lance Taylor <ian@airs.com>
Sat, 7 Feb 2009 01:05:15 +0000 (01:05 +0000)
committerIan Lance Taylor <ian@airs.com>
Sat, 7 Feb 2009 01:05:15 +0000 (01:05 +0000)
with lower case letter.

gold/ChangeLog
gold/object.cc

index 681b647..55eb92d 100644 (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.
index a05dcfc..aa45127 100644 (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());