Fix typo in -masm-dialect option values.

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

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

From-SVN: r245624
This commit is contained in:
Martin Liska 2017-02-21 11:45:35 +01:00 committed by Martin Liska
parent 3c5b4c6dd9
commit a156b0f10c
2 changed files with 5 additions and 1 deletions

View 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

View 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)