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 <d...@limegreensocks.com>
Sandra Loosemore <san...@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