public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Typo fix in gold ICF
@ 2014-04-29 12:29 Martin Liška
  2014-05-08 22:27 ` Cary Coutant
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Liška @ 2014-04-29 12:29 UTC (permalink / raw)
  To: binutils

[-- Attachment #1: Type: text/plain, Size: 157 bytes --]

Hello,
    there's a small typo fix for gold.

Changelog:

2014-04-29  Martin Liska  <mliska@suse.cz>

        * object.cc: Typo fixed.

Thank you,
Martin



[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: gold-typo.patch --]
[-- Type: text/x-patch; name="gold-typo.patch", Size: 3092 bytes --]

diff --git a/gold/object.cc b/gold/object.cc
index 11c22c6..c894c13 100644
--- a/gold/object.cc
+++ b/gold/object.cc
@@ -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(),
diff --git a/gold/po/es.po b/gold/po/es.po
index 2683a2a..9ccd21f 100644
--- a/gold/po/es.po
+++ b/gold/po/es.po
@@ -871,7 +871,7 @@ msgstr "%s: se borra la sección sin usar de '%s' en el fichero '%s'"
 
 #: object.cc:1257
 #, c-format
-msgid "%s: ICF folding section '%s' in file '%s'into '%s' in file '%s'"
+msgid "%s: ICF folding section '%s' in file '%s' into '%s' in file '%s'"
 msgstr "%s: la sección de incorporación ICF '%s' en el fichero '%s' dentro de '%s' en el fichero '%s'"
 
 #: object.cc:1454
diff --git a/gold/po/fi.po b/gold/po/fi.po
index 59f28eb..aeebf00 100644
--- a/gold/po/fi.po
+++ b/gold/po/fi.po
@@ -875,7 +875,7 @@ msgstr "%s: poistetaan käyttämättömät lohkot kohteesta ’%s’ tiedostossa
 
 #: object.cc:1257
 #, c-format
-msgid "%s: ICF folding section '%s' in file '%s'into '%s' in file '%s'"
+msgid "%s: ICF folding section '%s' in file '%s' into '%s' in file '%s'"
 msgstr "%s: ICF-laskostumislohko ’%s’ tiedostossa ’%s’ kohteeseen ’%s’ tiedostossa ’%s’"
 
 #: object.cc:1454
diff --git a/gold/po/gold.pot b/gold/po/gold.pot
index 6340518..302f33c 100644
--- a/gold/po/gold.pot
+++ b/gold/po/gold.pot
@@ -1299,7 +1299,7 @@ msgstr ""
 
 #: object.cc:1636
 #, c-format
-msgid "%s: ICF folding section '%s' in file '%s'into '%s' in file '%s'"
+msgid "%s: ICF folding section '%s' in file '%s' into '%s' in file '%s'"
 msgstr ""
 
 #: object.cc:1927
diff --git a/gold/po/it.po b/gold/po/it.po
index 144a1e7..16c8f5a 100644
--- a/gold/po/it.po
+++ b/gold/po/it.po
@@ -872,7 +872,7 @@ msgstr "%s: rimozione da \"%s\" della sezione inutilizzata nel file \"%s\""
 
 #: object.cc:1257
 #, c-format
-msgid "%s: ICF folding section '%s' in file '%s'into '%s' in file '%s'"
+msgid "%s: ICF folding section '%s' in file '%s' into '%s' in file '%s'"
 msgstr "%s: ripiegamento ICF della sezione \"%s\" nel file \"%s\" dentro a \"%s\" nel file \"%s\""
 
 #: object.cc:1454
diff --git a/gold/po/vi.po b/gold/po/vi.po
index fadc16f..84fb8ba 100644
--- a/gold/po/vi.po
+++ b/gold/po/vi.po
@@ -877,7 +877,7 @@ msgstr "%s: đang gỡ bỏ phần không dùng khỏi \"%s\" trong tập tin \"
 
 #: object.cc:1257
 #, c-format
-msgid "%s: ICF folding section '%s' in file '%s'into '%s' in file '%s'"
+msgid "%s: ICF folding section '%s' in file '%s' into '%s' in file '%s'"
 msgstr "%s: ICF đang gấp phần \"%s\" trong tập tin \"%s\" vào \"%s\" trong tập tin \"%s\""
 
 #: object.cc:1454

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-05-09  7:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-29 12:29 [PATCH] Typo fix in gold ICF Martin Liška
2014-05-08 22:27 ` Cary Coutant
2014-05-09  7:25   ` Martin Liška

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).