Commit 04e149ab by Kelley Cook Committed by Richard Henderson

* invoke.texi: Document -mintel-syntax

From-SVN: r37093
parent 2b2a8f1f
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
......
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