* i386.h (TARGET_SWITCHES): Fix spelling of option.

From-SVN: r45487
This commit is contained in:
Andreas Jaeger 2001-09-08 08:31:52 +02:00 committed by Andreas Jaeger
parent d5d8d540f9
commit 2c36d07028
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-09-08 Andreas Jaeger <aj@suse.de>
* i386.h (TARGET_SWITCHES): Fix description.
2001-09-07 David Edelsohn <edelsohn@gnu.org>
* rs6000.c (num_insns_constant): Compute number of instructions

View File

@ -345,7 +345,7 @@ extern const int x86_epilogue_using_move;
N_("Do not support MMX, SSE and SSE2 builtins and code generation") }, \
{ "mix-sse-i387", MASK_MIX_SSE_I387, \
N_("Use both SSE and i387 instruction sets for floating point arithmetics") },\
{ "nomix-sse-i387", -MASK_MIX_SSE_I387, \
{ "no-mix-sse-i387", -MASK_MIX_SSE_I387, \
N_("Do not use both SSE and i387 instruction sets for floating point arithmetics") },\
{ "128bit-long-double", MASK_128BIT_LONG_DOUBLE, \
N_("sizeof(long double) is 16.") }, \