Commit 6dc6e7d0 by David Wohlferd Committed by Sandra Loosemore

invoke.texi (x86 Options [-masm=dialect]): Add cross-references to inline asm.

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.

Co-Authored-By: Sandra Loosemore <sandra@codesourcery.com>

From-SVN: r220605
parent 78f76f2f
2015-02-10 David Wohlferd <dw@LimeGreenSocks.com> 2015-02-10 David Wohlferd <dw@LimeGreenSocks.com>
Sandra Loosemore <sandra@codesourcery.com> Sandra Loosemore <sandra@codesourcery.com>
* doc/invoke.texi (x86 Options [-masm=dialect]): Add cross-references
to inline asm. List dialects in proper order.
2015-02-10 David Wohlferd <dw@LimeGreenSocks.com>
Sandra Loosemore <sandra@codesourcery.com>
* doc/extend.texi (Loop-Specific Pragmas): Fix grammar error. * doc/extend.texi (Loop-Specific Pragmas): Fix grammar error.
2015-02-10 David Wohlferd <dw@LimeGreenSocks.com> 2015-02-10 David Wohlferd <dw@LimeGreenSocks.com>
......
...@@ -21946,8 +21946,10 @@ functional units well, resulting in unstable performance. ...@@ -21946,8 +21946,10 @@ functional units well, resulting in unstable performance.
@item -masm=@var{dialect} @item -masm=@var{dialect}
@opindex masm=@var{dialect} @opindex masm=@var{dialect}
Output assembly instructions using selected @var{dialect}. Supported Output assembly instructions using selected @var{dialect}. Also affects
choices are @samp{intel} or @samp{att} (the default). Darwin does 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}. not support @samp{intel}.
@item -mieee-fp @item -mieee-fp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment