i386.h: (TARGET_SWITCHES) Improve doc for align-double.
authorRobert Lipe <robertl@gcc.gnu.org>
Mon, 21 Sep 1998 12:03:56 +0000 (12:03 +0000)
committerRobert Lipe <robertl@gcc.gnu.org>
Mon, 21 Sep 1998 12:03:56 +0000 (12:03 +0000)
* i386.h: (TARGET_SWITCHES) Improve doc for align-double.  Fix
typo in no-fancy-math-387 description.

From-SVN: r22524

gcc/ChangeLog
gcc/config/i386/i386.h

index 1fdb884a38b7d94371eb6194ec35385dc25e8684..8a61c4a37acc18d3c423ac280f6c6f43e11ec7a8 100644 (file)
@@ -1,3 +1,8 @@
+Mon Sep 21 14:02:23 1998
+
+       * i386.h: (TARGET_SWITCHES) Improve doc for align-double.  Fix
+       typo in no-fancy-math-387 description.
+
 Mon Sep 21 09:27:18 PDT 1998 Jeff Law  (law@cygnus.com)
 
        * version.c: Bump for snapshot.
index ef12db8795a256d1051d270741aeb38e5d8dbd0a..0bb72415367bf0b03a30539575021df6e6ac3e09 100644 (file)
@@ -190,7 +190,7 @@ extern const int x86_double_with_add;
   { "pentiumpro",               0, "Optimize for Pentium Pro, Pentium II" },\
   { "rtd",                      MASK_RTD, "Alternate calling convention" },\
   { "no-rtd",                  -MASK_RTD, "Use normal calling convention" },\
-  { "align-double",             MASK_ALIGN_DOUBLE, "Align doubles on dword boundary" },\
+  { "align-double",             MASK_ALIGN_DOUBLE, "Align some doubles on dword boundary" },\
   { "no-align-double",         -MASK_ALIGN_DOUBLE, "Align doubles on word boundary" },         \
   { "svr3-shlib",               MASK_SVR3_SHLIB, "Uninitialized locals in .bss"  },                    \
   { "no-svr3-shlib",           -MASK_SVR3_SHLIB, "Uninitialized locals in .data" },                    \
@@ -198,7 +198,7 @@ extern const int x86_double_with_add;
   { "no-ieee-fp",              -MASK_IEEE_FP, "Do not use IEEE math for fp comparisons" },                     \
   { "fp-ret-in-387",            MASK_FLOAT_RETURNS, "Return values of functions in FPU registers" },                   \
   { "no-fp-ret-in-387",                -MASK_FLOAT_RETURNS , "Do not return values of functions in FPU registers"},                    \
-  { "no-fancy-math-387",        MASK_NO_FANCY_MATH_387, "Do not generate sin, sos, sqrt for 387" },            \
+  { "no-fancy-math-387",        MASK_NO_FANCY_MATH_387, "Do not generate sin, cos, sqrt for 387" },            \
   { "fancy-math-387",          -MASK_NO_FANCY_MATH_387, "Generate sin, cos, sqrt for FPU"},            \
   { "omit-leaf-frame-pointer",  MASK_OMIT_LEAF_FRAME_POINTER },        \
   { "no-omit-leaf-frame-pointer",-MASK_OMIT_LEAF_FRAME_POINTER },       \