2010-06-02 Quentin Neill <quentin.neill@amd.com>

* config/tc-i386.c (OPTION_MAVXSCALAR): Fix define.
This commit is contained in:
Sebastian Pop
2010-06-03 17:00:30 +00:00
parent a28030212f
commit 40a9833c82
2 changed files with 5 additions and 1 deletions

View 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,

View 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[] =
{