mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-10 01:07:08 +08:00
* invoke.texi: Document -mintel-syntax
From-SVN: r37093
This commit is contained in:
parent
2b2a8f1fcd
commit
04e149abb6
@ -1,3 +1,7 @@
|
||||
2000-10-27 Kelley Cook <kelley.cook@home.com>
|
||||
|
||||
* invoke.texi: Document -mintel-syntax
|
||||
|
||||
2000-10-27 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* invoke.texi: Document -frename-registers. Add it to -O3.
|
||||
|
@ -367,9 +367,8 @@ in the following sections.
|
||||
-mfix7000 -mno-crt0
|
||||
|
||||
@emph{i386 Options}
|
||||
-mcpu=@var{cpu type}
|
||||
-march=@var{cpu type}
|
||||
-mieee-fp -mno-fancy-math-387
|
||||
-mcpu=@var{cpu type} -march=@var{cpu type}
|
||||
-mintel-syntax -mieee-fp -mno-fancy-math-387
|
||||
-mno-fp-ret-in-387 -msoft-float -msvr3-shlib
|
||||
-mno-wide-multiply -mrtd -malign-double
|
||||
-mreg-alloc=@var{list} -mregparm=@var{num}
|
||||
@ -6137,6 +6136,9 @@ specifying @samp{-march=@var{cpu type}} implies @samp{-mcpu=@var{cpu type}}.
|
||||
Synonyms for -mcpu=i386, -mcpu=i486, -mcpu=pentium, and -mcpu=pentiumpro
|
||||
respectively. These synonyms are deprecated.
|
||||
|
||||
@item -mintel-syntax
|
||||
Emit assembly using Intel syntax opcodes instead of AT&T syntax.
|
||||
|
||||
@item -mieee-fp
|
||||
@itemx -mno-ieee-fp
|
||||
Control whether or not the compiler uses IEEE floating point
|
||||
|
Loading…
Reference in New Issue
Block a user