aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2018-10-05 11:56:42 -0700
committerH.J. Lu <hjl.tools@gmail.com>2018-10-05 11:56:42 -0700
commita4e78aa5fed5ba2cc343c76b78d062291a6fb659 (patch)
tree84aa3a26fbd1b0fbced5aa090a3152fa99552660 /opcodes/i386-dis.c
parentFix -Wshadow=local warning in sol_thread_target::wait (diff)
downloadbinutils-gdb-a4e78aa5fed5ba2cc343c76b78d062291a6fb659.tar.gz
binutils-gdb-a4e78aa5fed5ba2cc343c76b78d062291a6fb659.tar.bz2
binutils-gdb-a4e78aa5fed5ba2cc343c76b78d062291a6fb659.zip
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c
index bc4db68a311..a6e0a8ddc84 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 },