aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Lipe <robertl@gcc.gnu.org>1998-09-21 12:03:56 +0000
committerRobert Lipe <robertl@gcc.gnu.org>1998-09-21 12:03:56 +0000
commit724001bbb3145dc9d2ed7afdc12ccda221208d06 (patch)
treecf9d877cfaa70734678d276784955064c4cb2e8e
parent10125720dcd144ecf03604e3c53f15f89d6406f7 (diff)
downloadgcc-724001bbb3145dc9d2ed7afdc12ccda221208d06.zip
gcc-724001bbb3145dc9d2ed7afdc12ccda221208d06.tar.gz
gcc-724001bbb3145dc9d2ed7afdc12ccda221208d06.tar.bz2
i386.h: (TARGET_SWITCHES) Improve doc for align-double.
* i386.h: (TARGET_SWITCHES) Improve doc for align-double. Fix typo in no-fancy-math-387 description. From-SVN: r22524
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/i386/i386.h4
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1fdb884..8a61c4a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h
index ef12db8..0bb7241 100644
--- a/gcc/config/i386/i386.h
+++ b/gcc/config/i386/i386.h
@@ -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 }, \