diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2011-01-04 20:53:32 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2011-01-04 20:53:32 +0000 |
commit | cb21baef7725d8afce1b16e726890cce45b1d5b9 (patch) | |
tree | 2c1ca58fda77b2209030b4abf27174d7abc43c39 /opcodes/ChangeLog | |
parent | 85813ffd59779b845a8417513de2664ee78fe8d8 (diff) | |
download | gdb-cb21baef7725d8afce1b16e726890cce45b1d5b9.zip gdb-cb21baef7725d8afce1b16e726890cce45b1d5b9.tar.gz gdb-cb21baef7725d8afce1b16e726890cce45b1d5b9.tar.bz2 |
Add VexGdq.
2011-01-04 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (VexGdq): New.
(OP_VEX): Handle dq_mode.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index bd88388..a83dcd9 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2011-01-04 H.J. Lu <hongjiu.lu@intel.com> + + * i386-dis.c (VexGdq): New. + (OP_VEX): Handle dq_mode. + 2011-01-01 H.J. Lu <hongjiu.lu@intel.com> * i386-gen.c (process_copyright): Update copyright to 2011. |