2010-06-02 Quentin Neill <quentin.neill@amd.com>
authorSebastian Pop <sebastian.pop@amd.com>
Thu, 3 Jun 2010 17:00:30 +0000 (17:00 +0000)
committerSebastian Pop <sebastian.pop@amd.com>
Thu, 3 Jun 2010 17:00:30 +0000 (17:00 +0000)
* config/tc-i386.c (OPTION_MAVXSCALAR): Fix define.

gas/ChangeLog
gas/config/tc-i386.c

index f9847abd33cc6d3765e55ba94620bfed51755a53..29777b9b0eb4d06a80aa70b86cb9a4521c5ea628 100644 (file)
@@ -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,
index 9640974ae39e7d4f35461b0d04c076c4fe201168..e80b9939e257a17ad6194b27ce3c37db58aa225e 100644 (file)
@@ -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[] =
 {