Implement Intel SMAP instructions
[deliverable/binutils-gdb.git] / gas / config / tc-i386.c
index c8ec0c043014e882f5e5794ce723fb803e15e77a..737cc2eb3eacbad1f2def66a37bdbd6f52284e95 100644 (file)
@@ -782,6 +782,8 @@ static const arch_entry cpu_arch[] =
     CPU_RDSEED_FLAGS, 0, 0 },
   { STRING_COMMA_LEN (".prfchw"), PROCESSOR_UNKNOWN,
     CPU_PRFCHW_FLAGS, 0, 0 },
+  { STRING_COMMA_LEN (".smap"), PROCESSOR_UNKNOWN,
+    CPU_SMAP_FLAGS, 0, 0 },
 };
 
 #ifdef I386COFF
This page took 0.032105 seconds and 4 git commands to generate.