diff mbox

Fix typo in -masm-dialect option values.

Message ID 7301ee9b-5c3b-fb12-c7f9-195302aa7f0c@suse.cz
State New
Headers show

Commit Message

Martin Liška Feb. 21, 2017, 9:44 a.m. UTC
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

Comments

Jakub Jelinek Feb. 21, 2017, 9:52 a.m. UTC | #1
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
Martin Liška Feb. 21, 2017, 10:45 a.m. UTC | #2
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
>
diff mbox

Patch

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