projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10efe3f
)
Remove the extra VEX check
author
H.J. Lu
<hjl.tools@gmail.com>
Fri, 4 May 2012 18:06:38 +0000
(18:06 +0000)
committer
H.J. Lu
<hjl.tools@gmail.com>
Fri, 4 May 2012 18:06:38 +0000
(18:06 +0000)
* config/tc-i386.c (output_insn): Remove the extra VEX check.
gas/ChangeLog
patch
|
blob
|
history
gas/config/tc-i386.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 8196733b2b0b42800a7d52693d24a91cc6bb4998..ea8fa52e143f56aec1c2144e635cde3168b873f7 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,7
@@
+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
diff --git
a/gas/config/tc-i386.c
b/gas/config/tc-i386.c
index 3e47349d8000956e33e9d56be6b9ccfe7586371f..62085a035a2dcb5cb40a38e3e7aeab18debb9d0f 100644
(file)
--- 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)