[PATCH] trivial fix for OPTION_MAVXSCALAR define in tc-i386.c
Quentin Neill
quentin.neill.gnu@gmail.com
Thu Jun 3 16:31:00 GMT 2010
Trivial fix for #define OPTION_MAVXSCALAR to follow other defines.
gas:
* config/tc-i386.c fix OPTION_MAVXSCALAR define.
Okay to commit?
--
Quentin Neill
-------------- next part --------------
gas:
* config/tc-i386.c fix OPTION_MAVXSCALAR define.
Index: tc-i386.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-i386.c,v
retrieving revision 1.435
diff -u -d -u -r1.435 tc-i386.c
--- tc-i386.c 22 Apr 2010 03:10:48 -0000 1.435
+++ tc-i386.c 3 Jun 2010 16:12:32 -0000
@@ -8048,7 +8048,7 @@
#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[] =
{
More information about the Binutils
mailing list