doc/invoke.texi (x86 Options): Fix -mno-fp-ret-in-387 typo

From-SVN: r237540
parent c9f4fe73
2016-06-16 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* doc/invoke.texi (x86 Options): Fix -mno-fp-ret-in-387 typo.
2016-06-16 Martin Liska <mliska@suse.cz>
* predict.c (combine_predictions_for_insn): When we find a first
......
......@@ -1149,7 +1149,7 @@ See RS/6000 and PowerPC Options.
-mtune-ctrl=@var{feature-list} -mdump-tune-features -mno-default @gol
-mfpmath=@var{unit} @gol
-masm=@var{dialect} -mno-fancy-math-387 @gol
-mnofp-ret-in-387 -m80387 -mhard-float -msoft-float @gol
-mno-fp-ret-in-387 -m80387 -mhard-float -msoft-float @gol
-mno-wide-multiply -mrtd -malign-double @gol
-mpreferred-stack-boundary=@var{num} @gol
-mincoming-stack-boundary=@var{num} @gol
......
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