From 724001bbb3145dc9d2ed7afdc12ccda221208d06 Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Mon, 21 Sep 1998 12:03:56 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/config/i386/i386.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1fdb884a38b..8a61c4a37ac 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 ef12db8795a..0bb72415367 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 }, \ -- 2.30.2