]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
x86: drop VEXI4_Fixup()
authorJan Beulich <jbeulich@novell.com>
Wed, 15 Nov 2017 07:51:03 +0000 (08:51 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 15 Nov 2017 07:51:03 +0000 (08:51 +0100)
commit3a2430e05b1503653ae09cb21feb2a0d4ea51ec7
tree1ca884a972fcb08063cd9462d0d68556ecfacb6a
parent0645f0a2a75ad77d9786595978591d3f302f9647
x86: drop VEXI4_Fixup()

The low four bits of an immediate being set when the high bits specify a
fourth register operand is not a problem: CPUs ignore these bits rather
than raising #UD. Take care of incrementing codep in OP_EX_VexW()
instead.
gas/ChangeLog
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/noextreg.d [new file with mode: 0644]
gas/testsuite/gas/i386/noextreg.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/i386-dis.c