diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-11-13 23:13:48 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-11-13 23:13:48 +0000 |
commit | 2a70cca486d4f175b25db1d484c7c560d14b8216 (patch) | |
tree | a68ce845d7b01b7d97c3d519f48491e16f99411b /opcodes/ChangeLog | |
parent | 4e48512954ed27c1c1e1cf873e01f9028dcb2b3b (diff) | |
download | gdb-2a70cca486d4f175b25db1d484c7c560d14b8216.zip gdb-2a70cca486d4f175b25db1d484c7c560d14b8216.tar.gz gdb-2a70cca486d4f175b25db1d484c7c560d14b8216.tar.bz2 |
Check rex_ignored.
gas/testsuite/
2009-11-13 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/rex.s: Add a test for VEX insn.
* gas/i386/rex.d: Updated.
opcodes/
2009-11-13 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (print_insn): Check rex_ignored.
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 ae0166a..82e5f8a 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,9 @@ 2009-11-13 H.J. Lu <hongjiu.lu@intel.com> + * i386-dis.c (print_insn): Check rex_ignored. + +2009-11-13 H.J. Lu <hongjiu.lu@intel.com> + * i386-dis.c (ckprefix): Updated to return 0 if number of prefixes > 14 and record the last position for each prefix. (lock_prefix): Removed. |