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 74a7512cfc50d5ac9f036d72f07d95cc2d621e8c..4bad36ef57a81b37dcf4ce861a6b28a35397bb70 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 11c22c6e478ff9eaf29b136bb91b0c8caaf348cf..c894c135e361ebec7873306b40ef870a964bd3cb 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(),
This page took 0.048042 seconds and 4 git commands to generate.