One more typo in i386.h

Andreas Jaeger aj@suse.de
Fri Sep 7 23:37:00 GMT 2001


Matt Kraai pointed out one more problem in the i386.h switches.  I've
committed the appended patch as obvious.

Bootstrapped/Regtested on i686-linux,
Andreas

2001-09-07  Andreas Jaeger  <aj@suse.de>

	* i386.h (TARGET_SWITCHES): Fix descriptions.

============================================================
Index: gcc/config/i386/i386.h
--- gcc/config/i386/i386.h	2001/09/07 08:57:13	1.200
+++ gcc/config/i386/i386.h	2001/09/07 17:29:44
@@ -345,7 +345,7 @@
     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.") },					      \

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj



More information about the Gcc-patches mailing list