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
This commit is contained in:
parent
78f76f2f24
commit
6dc6e7d061
2 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2015-02-10 David Wohlferd <dw@LimeGreenSocks.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>
|
||||
|
||||
|
|
|
@ -21946,8 +21946,10 @@ functional units well, resulting in unstable performance.
|
|||
|
||||
@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
|
||||
|
|
Loading…
Add table
Reference in a new issue