From: Kaveh R. Ghazi Date: Tue, 8 Feb 2000 17:15:00 +0000 (+0000) Subject: * i386.h (TARGET_SWITCHES): Fix typo in option name. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4be2e5d967e76bdec83d5b6d08d7b9c5ccacad75;p=gcc.git * i386.h (TARGET_SWITCHES): Fix typo in option name. From-SVN: r31853 --- 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 + + * i386.h (TARGET_SWITCHES): Fix typo in option name. + 2000-02-08 Clinton Popetz * 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" }, \