diff mbox

[doc,committed] tidy docs for -masm=dialect

Message ID 54DABF28.6050606@codesourcery.com
State New
Headers show

Commit Message

Sandra Loosemore Feb. 11, 2015, 2:32 a.m. UTC
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.
diff mbox

Patch

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