]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - opcodes/ChangeLog
x86: don't disassemble MOVBE with two suffixes
authorJan Beulich <jbeulich@suse.com>
Tue, 14 Jul 2020 08:26:51 +0000 (10:26 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 14 Jul 2020 08:26:51 +0000 (10:26 +0200)
commit9ab00b61a9d7d84313b1793255a1bc63b97fd9b7
treeae53c9173c9172dcf50282c39d1f20a7c1c8a9d6
parent2875b28aa871395dc17182f0bacfe40a68b1ad05
x86: don't disassemble MOVBE with two suffixes

MOVBE_Fixup() is entirely redundant with the S macro already used on the
mnemonics, leading to double suffixes in suffix-always mode. Drop the
function.
gas/ChangeLog
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/movbe-suffix.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-movbe-suffix.d [new file with mode: 0644]
opcodes/ChangeLog
opcodes/i386-dis.c