summaryrefslogtreecommitdiff
path: root/opcodes/i386-gen.c
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2022-12-22 09:35:32 +0100
committerJan Beulich <jbeulich@suse.com>2022-12-22 09:35:32 +0100
commit25626f7939d12e0f6ee97dd364a18c031cb874a9 (patch)
tree1be45b970cc7a66568aa88af6f27444007611dad /opcodes/i386-gen.c
parentaf1ad9aac5b99e74d44c021bbc472d9d9b21fb24 (diff)
downloadbinutils-gdb-25626f7939d12e0f6ee97dd364a18c031cb874a9.tar.gz
x86: add dependencies on VMX
Both EPT and VMFUNC are extensions to VMX.
Diffstat (limited to 'opcodes/i386-gen.c')
-rw-r--r--opcodes/i386-gen.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c
index 54d62f70cd8..bdbcf0c6234 100644
--- a/opcodes/i386-gen.c
+++ b/opcodes/i386-gen.c
@@ -205,6 +205,10 @@ static const dependency isa_dependencies[] =
"AVX512BW" },
{ "IAMCU",
"586:nofpu" },
+ { "EPT",
+ "VMX" },
+ { "VMFUNC",
+ "VMX" },
{ "MPX",
"XSAVE" },
{ "SHA",