summaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2008-12-08 18:07:26 +0000
committerH.J. Lu <hjl@lucon.org>2008-12-08 18:07:26 +0000
commitfb8c78f082f07ae2a8b7bfbe1274bf2ec10357eb (patch)
treee3adf6e850efcc1e9492d609cdf0d3dc5d505459 /opcodes
parent24a478b1fc127617f7fc8aea35458971e54a1571 (diff)
downloadbinutils-redhat-fb8c78f082f07ae2a8b7bfbe1274bf2ec10357eb.tar.gz
2008-12-08 H.J. Lu <hongjiu.lu@intel.com>
* i386-gen.c (opcode_modifiers): Move VexNDS before VexNDD.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/i386-gen.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 47e0eaf38c..f30e787821 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,9 @@
2008-12-08 H.J. Lu <hongjiu.lu@intel.com>
+ * i386-gen.c (opcode_modifiers): Move VexNDS before VexNDD.
+
+2008-12-08 H.J. Lu <hongjiu.lu@intel.com>
+
* i386-dis.c (putop): Remove strayed comments.
2008-12-04 Ben Elliston <bje@au.ibm.com>
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c
index b9d055ff52..bdd4ae65d2 100644
--- a/opcodes/i386-gen.c
+++ b/opcodes/i386-gen.c
@@ -323,8 +323,8 @@ static bitfield opcode_modifiers[] =
BITFIELD (Drexc),
BITFIELD (Vex),
BITFIELD (Vex256),
- BITFIELD (VexNDD),
BITFIELD (VexNDS),
+ BITFIELD (VexNDD),
BITFIELD (VexW0),
BITFIELD (VexW1),
BITFIELD (Vex0F),