-
- Downloads
Handle prefixes before fwait
0x9b (fwait) is both an instruction and an opcode prefix. When 0x9b is treated as an instruction, we need to handle any prefixes before it. This patch handles it properly. gas/testsuite/ PR binutils/16891 * gas/i386/opcode.s: Add test for fwait with prefix. * gas/i386/opcode-intel.d: Updated. * gas/i386/opcode-suffix.d: Likewise. * gas/i386/opcode.d: Likewise. opcodes/ PR binutils/16891 * i386-dis.c (print_insn): Handle prefixes before fwait.
Showing
- gas/testsuite/ChangeLog 8 additions, 0 deletionsgas/testsuite/ChangeLog
- gas/testsuite/gas/i386/opcode-intel.d 2 additions, 0 deletionsgas/testsuite/gas/i386/opcode-intel.d
- gas/testsuite/gas/i386/opcode-suffix.d 2 additions, 0 deletionsgas/testsuite/gas/i386/opcode-suffix.d
- gas/testsuite/gas/i386/opcode.d 2 additions, 0 deletionsgas/testsuite/gas/i386/opcode.d
- gas/testsuite/gas/i386/opcode.s 3 additions, 0 deletionsgas/testsuite/gas/i386/opcode.s
- opcodes/ChangeLog 5 additions, 0 deletionsopcodes/ChangeLog
- opcodes/i386-dis.c 7 additions, 1 deletionopcodes/i386-dis.c
Loading
Please register or sign in to comment