Fix typo in -masm-dialect option values.
authorMartin Liska <mliska@suse.cz>
Tue, 21 Feb 2017 10:45:35 +0000 (11:45 +0100)
committerMartin Liska <marxin@gcc.gnu.org>
Tue, 21 Feb 2017 10:45:35 +0000 (10:45 +0000)
2017-02-21  Martin Liska  <mliska@suse.cz>

* config/i386/i386.opt: Replace -masm-dialect with -masm.

From-SVN: r245624

gcc/ChangeLog
gcc/config/i386/i386.opt

index fe9018f..d3eaaf5 100644 (file)
@@ -1,3 +1,7 @@
+2017-02-21  Martin Liska  <mliska@suse.cz>
+
+       * config/i386/i386.opt: Replace -masm-dialect with -masm.
+
 2017-02-21  Thomas Schwinge  <thomas@codesourcery.com>
 
        PR translation/79638
index 71100d9..36251ab 100644 (file)
@@ -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)