diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2008-12-08 18:07:26 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2008-12-08 18:07:26 +0000 |
commit | 035475035d51f094631e426a04bfb08abc86d5c0 (patch) | |
tree | 92171316cdfb78d5053318839d8dffd0a19f3b93 /opcodes/ChangeLog | |
parent | 9bb97f002b9ddf91560c622b2826855c7527bec5 (diff) | |
download | gdb-035475035d51f094631e426a04bfb08abc86d5c0.zip gdb-035475035d51f094631e426a04bfb08abc86d5c0.tar.gz gdb-035475035d51f094631e426a04bfb08abc86d5c0.tar.bz2 |
2008-12-08 H.J. Lu <hongjiu.lu@intel.com>
* i386-gen.c (opcode_modifiers): Move VexNDS before VexNDD.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 47e0eaf..f30e787 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> |