aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/config/tc-i386.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index f9847ab..29777b9 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2010-06-02 Quentin Neill <quentin.neill@amd.com>
+
+ * config/tc-i386.c (OPTION_MAVXSCALAR): Fix define.
+
2010-06-02 Tristan Gingold <gingold@adacore.com>
* as.h: Remove conditionnal definition of HAVE_STDARG_H,
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c
index 9640974..e80b993 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[] =
{