summaryrefslogtreecommitdiffstats
path: root/gcc
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-08 17:15:00 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-08 17:15:00 +0000
commit2e931affe3fad0cb9ae8116d79b0ceb545cb913c (patch)
treec2cafb17b0a32c9a0b227d74849a9e2565cfded0 /gcc
parentd7c2892cb46573bc929c4718402bffc680208c4f (diff)
downloadppe42-gcc-2e931affe3fad0cb9ae8116d79b0ceb545cb913c.tar.gz
ppe42-gcc-2e931affe3fad0cb9ae8116d79b0ceb545cb913c.zip
* i386.h (TARGET_SWITCHES): Fix typo in option name.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31853 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/i386/i386.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c9f3ebddea6..c842bc638bd 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h
index 8c33c66f507..e8ae4d901ea 100644
--- a/gcc/config/i386/i386.h
+++ b/gcc/config/i386/i386.h
@@ -247,7 +247,7 @@ extern const int x86_promote_QImode, x86_single_stringop;
"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" }, \
OpenPOWER on IntegriCloud