summaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-05-04 18:06:38 +0000
committerH.J. Lu <hjl.tools@gmail.com>2012-05-04 18:06:38 +0000
commitae5c1c7b1d58e52f5526facbb7dac5567a665874 (patch)
treeacaa2ca5c443f36b5fa10417e4121a41fda830ec /gas
parent10efe3f6ab735cdc228d615d25e89fff0623c5cc (diff)
downloadbinutils-gdb-ae5c1c7b1d58e52f5526facbb7dac5567a665874.tar.gz
Remove the extra VEX check
* config/tc-i386.c (output_insn): Remove the extra VEX check.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/config/tc-i386.c3
2 files changed, 5 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 8196733b2b0..ea8fa52e143 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,9 @@
2012-05-04 H.J. Lu <hongjiu.lu@intel.com>
+ * config/tc-i386.c (output_insn): Remove the extra VEX check.
+
+2012-05-04 H.J. Lu <hongjiu.lu@intel.com>
+
* config/tc-i386.c (match_template): Improve unsupported error
message.
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c
index 3e47349d800..62085a035a2 100644
--- a/gas/config/tc-i386.c
+++ b/gas/config/tc-i386.c
@@ -6257,8 +6257,7 @@ check_prefix:
if (*q)
FRAG_APPEND_1_CHAR (*q);
}
-
- if (i.tm.opcode_modifier.vex)
+ else
{
for (j = 0, q = i.prefix; j < ARRAY_SIZE (i.prefix); j++, q++)
if (*q)