This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Bug: egcs-20000207: option misspelled


 > From: "Kaveh R. Ghazi" <ghazi@caip.rutgers.edu>
 > 
 > I think this fixes it.
 > Okay?

After receiving confirmation from Jan, I checked this in as an obvious
bugfix.

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/egcs/gcc/ChangeLog,v
retrieving revision 1.5636
diff -u -p -r1.5636 ChangeLog
--- ChangeLog	2000/02/08 16:32:19	1.5636
+++ ChangeLog	2000/02/08 17:12:49
@@ -1,3 +1,7 @@
+2000-02-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+	* i386.h (TARGET_SWITCHES): Fix typo in option name.
+
 2000-02-08  Clinton Popetz  <cpopetz@cygnus.com>
 
         * function.c (thread_prologue_and_epilogue_insns): Don't replace
Index: config/i386/i386.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/i386/i386.h,v
retrieving revision 1.99
diff -u -p -r1.99 i386.h
--- i386.h	2000/02/03 14:10:02	1.99
+++ i386.h	2000/02/08 17:12:55
@@ -247,7 +247,7 @@ extern const int x86_promote_QImode, x86
     "Align destination of the string operations" },			      \
   { "no-align-stringops",	 MASK_NO_ALIGN_STROPS,			      \
     "Do not align destination of the string operations" },		      \
-  { "inline-all-strinops",	 MASK_INLINE_ALL_STROPS,		      \
+  { "inline-all-stringops",	 MASK_INLINE_ALL_STROPS,		      \
     "Inline all known string operations" },				      \
   { "no-inline-all-stringops",	-MASK_INLINE_ALL_STROPS,		      \
     "Do not inline all known string operations" },			      \

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]