]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* i386.h (TARGET_SWITCHES): Fix spelling of option.
authorAndreas Jaeger <aj@suse.de>
Sat, 8 Sep 2001 06:31:52 +0000 (08:31 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Sat, 8 Sep 2001 06:31:52 +0000 (08:31 +0200)
From-SVN: r45487

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

index 5c7c0baa0238aec9211d1989e368364037b24c7b..033324b050f2c7daeb8564933ba9ba9c72730fc9 100644 (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
index 6d666ec644fb9ea5b277fe5346edb8109759a5d2..eb544c731fb7f8e59ac8e78419b4912adcf0e04a 100644 (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.") },                                              \