]> gcc.gnu.org Git - gcc.git/commitdiff
doc/invoke.texi (x86 Options): Fix -mno-fp-ret-in-387 typo
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Thu, 16 Jun 2016 19:50:19 +0000 (21:50 +0200)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Thu, 16 Jun 2016 19:50:19 +0000 (21:50 +0200)
From-SVN: r237540

gcc/ChangeLog
gcc/doc/invoke.texi

index f07df860263fe291eee34da71b5252ff722b8f5c..7a3448380ffe2cee351ae529312021e4bce6b669 100644 (file)
@@ -1,3 +1,7 @@
+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
index cd06485f55abb8c7246b8fd6105b9f96ed344952..e0002188e6ffdcc56af8886964a799fc08c22d99 100644 (file)
@@ -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
This page took 0.145279 seconds and 5 git commands to generate.