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:
9bb97f0
)
2008-12-08 H.J. Lu <hongjiu.lu@intel.com>
author
H.J. Lu
<hjl.tools@gmail.com>
Mon, 8 Dec 2008 18:07:26 +0000
(18:07 +0000)
committer
H.J. Lu
<hjl.tools@gmail.com>
Mon, 8 Dec 2008 18:07:26 +0000
(18:07 +0000)
* i386-gen.c (opcode_modifiers): Move VexNDS before VexNDD.
opcodes/ChangeLog
patch
|
blob
|
history
opcodes/i386-gen.c
patch
|
blob
|
history
diff --git
a/opcodes/ChangeLog
b/opcodes/ChangeLog
index 47e0eaf38c2feebd99c260a9b0b2dbcaa8ebdad7..f30e78782104819f3441442483460238bd2ab21a 100644
(file)
--- a/
opcodes/ChangeLog
+++ b/
opcodes/ChangeLog
@@
-1,3
+1,7
@@
+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.
diff --git
a/opcodes/i386-gen.c
b/opcodes/i386-gen.c
index b9d055ff5249ccecde3fcc9cc2b4a8a46046474d..bdd4ae65d234720ceef1ddcd499c0080c2ea9584 100644
(file)
--- 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),