diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-10-05 11:56:42 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-10-05 11:56:42 -0700 |
commit | a4e78aa5fed5ba2cc343c76b78d062291a6fb659 (patch) | |
tree | 84aa3a26fbd1b0fbced5aa090a3152fa99552660 /opcodes/i386-dis.c | |
parent | f8740dc531c006311ee9f7287180550fe46a94ab (diff) | |
download | gdb-a4e78aa5fed5ba2cc343c76b78d062291a6fb659.zip gdb-a4e78aa5fed5ba2cc343c76b78d062291a6fb659.tar.gz gdb-a4e78aa5fed5ba2cc343c76b78d062291a6fb659.tar.bz2 |
x86: Add Intel ENCLV to assembler and disassembler
gas/
* testsuite/gas/i386/se1.s: Add enclv.
* testsuite/gas/i386/x86-64-se1.s: Likewise.
* testsuite/gas/i386/se1.d: Updated.
* testsuite/gas/i386/x86-64-se1.d: Likewise.
opcodes/
* i386-dis.c (rm_table): Add enclv.
* i386-opc.tbl: Add enclv.
* i386-tbl.h: Regenerated.
Diffstat (limited to 'opcodes/i386-dis.c')
-rw-r--r-- | opcodes/i386-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index bc4db68..a6e0a8d 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -11027,7 +11027,7 @@ static const struct dis386 rm_table[][8] = { }, { /* RM_0F01_REG_0 */ - { Bad_Opcode }, + { "enclv", { Skip_MODRM }, 0 }, { "vmcall", { Skip_MODRM }, 0 }, { "vmlaunch", { Skip_MODRM }, 0 }, { "vmresume", { Skip_MODRM }, 0 }, |