Add pcommit instruction
[deliverable/binutils-gdb.git] / gas / config / tc-i386.c
index d28230bbab2eeaee313eda3d3025d3271b837bf5..e3bcc9a0164df764e2d8f9f2485d1ed152a676e1 100644 (file)
@@ -931,6 +931,8 @@ static const arch_entry cpu_arch[] =
     CPU_SE1_FLAGS, 0, 0 },
   { STRING_COMMA_LEN (".clwb"), PROCESSOR_UNKNOWN,
     CPU_CLWB_FLAGS, 0, 0 },
+  { STRING_COMMA_LEN (".pcommit"), PROCESSOR_UNKNOWN,
+    CPU_PCOMMIT_FLAGS, 0, 0 },
 };
 
 #ifdef I386COFF
This page took 0.024478 seconds and 4 git commands to generate.