2014-05-08 Martin Liška <mliska@suse.cz>
authorMartin Liška <mliska@suse.cz>
Thu, 8 May 2014 22:23:53 +0000 (15:23 -0700)
committerCary Coutant <ccoutant@google.com>
Thu, 8 May 2014 22:23:53 +0000 (15:23 -0700)
gold/
* output.cc (Sized_relobj_file::do_layout): Fix typo in info message.

gold/ChangeLog
gold/object.cc

index 74a7512..4bad36e 100644 (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
index 11c22c6..c894c13 100644 (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(),