diff --git a/gas/ChangeLog b/gas/ChangeLog index f9847abd33c..29777b9b0eb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2010-06-02 Quentin Neill + + * config/tc-i386.c (OPTION_MAVXSCALAR): Fix define. + 2010-06-02 Tristan Gingold * as.h: Remove conditionnal definition of HAVE_STDARG_H, diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index 9640974ae39..e80b9939e25 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -8048,7 +8048,7 @@ const char *md_shortopts = "qn"; #define OPTION_MOLD_GCC (OPTION_MD_BASE + 9) #define OPTION_MSSE2AVX (OPTION_MD_BASE + 10) #define OPTION_MSSE_CHECK (OPTION_MD_BASE + 11) -#define OPTION_MAVXSCALAR (OPTION_MSSE_CHECK + 11) +#define OPTION_MAVXSCALAR (OPTION_MD_BASE + 12) struct option md_longopts[] = {