x86: warn about insns exceeding the 15-byte limit
authorJan Beulich <jbeulich@suse.com>
Mon, 1 Jul 2019 06:24:57 +0000 (08:24 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 1 Jul 2019 06:24:57 +0000 (08:24 +0200)
commit9c33702be70a7db648414775faa4850e7cf53034
tree98134d3f024fc2aace411ec6e89a32d50116aa23
parent36cc073ef40f2cb9cb834cdb5d543fbb284f2b32
x86: warn about insns exceeding the 15-byte limit

Such insns will cause #UD when an attempt to execute them is made.

See also http://www.sandpile.org/x86/opc_enc.htm.
gas/ChangeLog
gas/config/tc-i386.c
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/oversized16.l [new file with mode: 0644]
gas/testsuite/gas/i386/oversized16.s [new file with mode: 0644]
gas/testsuite/gas/i386/oversized64.l [new file with mode: 0644]
gas/testsuite/gas/i386/oversized64.s [new file with mode: 0644]
This page took 0.025668 seconds and 4 git commands to generate.