This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[doc, committed] tidy docs for -masm=dialect
- From: Sandra Loosemore <sandra at codesourcery dot com>
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>, David Wohlferd <dw at LimeGreenSocks dot com>
- Date: Tue, 10 Feb 2015 19:32:08 -0700
- Subject: [doc, committed] tidy docs for -masm=dialect
- Authentication-results: sourceware.org; auth=none
This is another small documentation fix suggested by David Wohlferd here:
https://gcc.gnu.org/ml/gcc-patches/2015-02/msg00377.html
I don't think adding cross-references is controversial, so I've checked
in this version.
-Sandra
2015-02-10 David Wohlferd <dw@LimeGreenSocks.com>
Sandra Loosemore <sandra@codesourcery.com>
gcc/
* doc/invoke.texi (x86 Options [-masm=dialect]): Add cross-references
to inline asm. List dialects in proper order.
Index: gcc/doc/invoke.texi
===================================================================
--- gcc/doc/invoke.texi (revision 220603)
+++ gcc/doc/invoke.texi (working copy)
@@ -21946,8 +21946,10 @@ functional units well, resulting in unst
@item -masm=@var{dialect}
@opindex masm=@var{dialect}
-Output assembly instructions using selected @var{dialect}. Supported
-choices are @samp{intel} or @samp{att} (the default). Darwin does
+Output assembly instructions using selected @var{dialect}. Also affects
+which dialect is used for basic @code{asm} (@pxref{Basic Asm}) and
+extended @code{asm} (@pxref{Extended Asm}). Supported choices (in dialect
+order) are @samp{att} or @samp{intel}. The default is @samp{att}. Darwin does
not support @samp{intel}.
@item -mieee-fp