mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
2010-06-02 Quentin Neill <quentin.neill@amd.com>
* config/tc-i386.c (OPTION_MAVXSCALAR): Fix define.
This commit is contained in:
@ -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,
|
||||
|
@ -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[] =
|
||||
{
|
||||
|
Reference in New Issue
Block a user