diff options
author | Jan Beulich <jbeulich@novell.com> | 2017-02-24 10:04:26 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2017-02-24 10:04:26 +0100 |
commit | 7db2c58848ca683f3b09e687a9b012dbb49316af (patch) | |
tree | b0f8ed4878288cbd67afa90decac70abcd26f8c9 /opcodes/ChangeLog | |
parent | 1b3cee563cafa73340314bbf32e4218dead72718 (diff) | |
download | gdb-7db2c58848ca683f3b09e687a9b012dbb49316af.zip gdb-7db2c58848ca683f3b09e687a9b012dbb49316af.tar.gz gdb-7db2c58848ca683f3b09e687a9b012dbb49316af.tar.bz2 |
x86: also correctly support TEST opcode aliases
Opcodes F6/1 and F7/1 are aliases of F6/0 and F7/0 in all modes. This
complements commit 8b89fe14b5 ("X86: Decode opcode 0x82 as opcode 0x80
in 32-bit mode"), just that here 64-bit mode is also covered.
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 61d35a1..2bbe8b8 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2017-02-24 Jan Beulich <jbeulich@suse.com> + + * i386-dis.c (reg_table): REG_F6/1 and REG_F7/1 decode as TEST. + 2017-02-23 Sheldon Lobo <sheldon.lobo@oracle.com> Add support for associating SPARC ASIs with an architecture level. |