public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Fix typo in -masm-dialect option values.
@ 2017-02-21  9:52 Martin Liška
  2017-02-21  9:57 ` Jakub Jelinek
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Liška @ 2017-02-21  9:52 UTC (permalink / raw)
  To: GCC Patches

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

Hello.

The patch is obvious, however should I also replace the option in *.po files:

gcc/po/be.po:msgid "Known assembler dialects (for use with the -masm-dialect= option):"
gcc/po/da.po:msgid "Known assembler dialects (for use with the -masm-dialect= option):"
gcc/po/de.po:msgid "Known assembler dialects (for use with the -masm-dialect= option):"
gcc/po/de.po:msgstr "Bekannte Assemblerdialekte (für Verwendung mit Option -masm-dialect=):"
gcc/po/el.po:msgid "Known assembler dialects (for use with the -masm-dialect= option):"
gcc/po/es.po:msgid "Known assembler dialects (for use with the -masm-dialect= option):"
gcc/po/es.po:msgstr "Dialectos de ensamblador conocidos (para uso con la opción -masm-dialect=):"
...

Thanks,
Martin

[-- Attachment #2: 0001-Fix-typo-in-masm-dialect-option-values.patch --]
[-- Type: text/x-patch, Size: 869 bytes --]

From 3fed8dfda9f63de9dce96754b09214e8c31d7fa7 Mon Sep 17 00:00:00 2001
From: marxin <mliska@suse.cz>
Date: Tue, 21 Feb 2017 10:42:43 +0100
Subject: [PATCH] Fix typo in -masm-dialect option values.

gcc/ChangeLog:

2017-02-21  Martin Liska  <mliska@suse.cz>

	* config/i386/i386.opt: Replace -masm-dialect with -masm.
---
 gcc/config/i386/i386.opt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/i386/i386.opt b/gcc/config/i386/i386.opt
index 71100d98708..36251abfeb5 100644
--- a/gcc/config/i386/i386.opt
+++ b/gcc/config/i386/i386.opt
@@ -258,7 +258,7 @@ Use given assembler dialect.
 
 Enum
 Name(asm_dialect) Type(enum asm_dialect)
-Known assembler dialects (for use with the -masm-dialect= option):
+Known assembler dialects (for use with the -masm= option):
 
 EnumValue
 Enum(asm_dialect) String(intel) Value(ASM_INTEL)
-- 
2.11.0


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

* Re: [PATCH] Fix typo in -masm-dialect option values.
  2017-02-21  9:52 [PATCH] Fix typo in -masm-dialect option values Martin Liška
@ 2017-02-21  9:57 ` Jakub Jelinek
  2017-02-21 10:46   ` Martin Liška
  0 siblings, 1 reply; 3+ messages in thread
From: Jakub Jelinek @ 2017-02-21  9:57 UTC (permalink / raw)
  To: Martin Liška; +Cc: GCC Patches

On Tue, Feb 21, 2017 at 10:44:40AM +0100, Martin Liška wrote:
> The patch is obvious, however should I also replace the option in *.po files:

Ok for trunk.

> gcc/po/be.po:msgid "Known assembler dialects (for use with the -masm-dialect= option):"
> gcc/po/da.po:msgid "Known assembler dialects (for use with the -masm-dialect= option):"
> gcc/po/de.po:msgid "Known assembler dialects (for use with the -masm-dialect= option):"
> gcc/po/de.po:msgstr "Bekannte Assemblerdialekte (für Verwendung mit Option -masm-dialect=):"
> gcc/po/el.po:msgid "Known assembler dialects (for use with the -masm-dialect= option):"
> gcc/po/es.po:msgid "Known assembler dialects (for use with the -masm-dialect= option):"
> gcc/po/es.po:msgstr "Dialectos de ensamblador conocidos (para uso con la opción -masm-dialect=):"

According to Joseph, the policy is we never do that ourselves, the *.po
files are owned by the translation team.

	Jakub

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

* Re: [PATCH] Fix typo in -masm-dialect option values.
  2017-02-21  9:57 ` Jakub Jelinek
@ 2017-02-21 10:46   ` Martin Liška
  0 siblings, 0 replies; 3+ messages in thread
From: Martin Liška @ 2017-02-21 10:46 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: GCC Patches

On 02/21/2017 10:52 AM, Jakub Jelinek wrote:
> On Tue, Feb 21, 2017 at 10:44:40AM +0100, Martin Liška wrote:
>> The patch is obvious, however should I also replace the option in *.po files:
> 
> Ok for trunk.
> 
>> gcc/po/be.po:msgid "Known assembler dialects (for use with the -masm-dialect= option):"
>> gcc/po/da.po:msgid "Known assembler dialects (for use with the -masm-dialect= option):"
>> gcc/po/de.po:msgid "Known assembler dialects (for use with the -masm-dialect= option):"
>> gcc/po/de.po:msgstr "Bekannte Assemblerdialekte (für Verwendung mit Option -masm-dialect=):"
>> gcc/po/el.po:msgid "Known assembler dialects (for use with the -masm-dialect= option):"
>> gcc/po/es.po:msgid "Known assembler dialects (for use with the -masm-dialect= option):"
>> gcc/po/es.po:msgstr "Dialectos de ensamblador conocidos (para uso con la opción -masm-dialect=):"
> 
> According to Joseph, the policy is we never do that ourselves, the *.po
> files are owned by the translation team.

Makes sense, installed as r245624.

Martin

> 
> 	Jakub
> 

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

end of thread, other threads:[~2017-02-21 10:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-21  9:52 [PATCH] Fix typo in -masm-dialect option values Martin Liška
2017-02-21  9:57 ` Jakub Jelinek
2017-02-21 10:46   ` 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).