diff options
author | Jan Beulich <jbeulich@suse.com> | 2019-12-04 10:41:43 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2019-12-04 10:41:43 +0100 |
commit | 77ad80922bf3042536fc41b19cc0bf230ea485b4 (patch) | |
tree | c624e1251de04dbcf8fda216e882683605f13b03 /opcodes/ChangeLog | |
parent | 13e600d0f5601e354f1f3ed896db35845a682fee (diff) | |
download | gdb-77ad80922bf3042536fc41b19cc0bf230ea485b4.zip gdb-77ad80922bf3042536fc41b19cc0bf230ea485b4.tar.gz gdb-77ad80922bf3042536fc41b19cc0bf230ea485b4.tar.bz2 |
x86/Intel: extend MOVDIRI testing
Test also memory operands with operand size specifier, which was broken
prior to dc2be329b950 ("i386: Only check suffix in instruction
mnemonic"), due to the template not permitting any suffixes. Note that
this uncovered a disassembler issue, which is being fixed here as well.
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 79f12e9..162ff04 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,9 @@ 2019-12-04 Jan Beulich <jbeulich@suse.com> + * i386-dis.c (mod_table): Use Ev instead of Em for movdiri. + +2019-12-04 Jan Beulich <jbeulich@suse.com> + * i386-opc.tbl (push, pop): Drop DefaultSize from GPR-only forms. (xbegin): Drop DefaultSize. |