Enable Intel WAITPKG instructions.
[deliverable/binutils-gdb.git] / gas / config / tc-i386.c
index dd7660d88dcc92d5de4d8d3e14e0aafe3939c1dc..028e0626cb825508e3cdc4276511fa672efa8b3f 100644 (file)
@@ -1026,6 +1026,8 @@ static const arch_entry cpu_arch[] =
     CPU_WBNOINVD_FLAGS, 0 },
   { STRING_COMMA_LEN (".pconfig"), PROCESSOR_UNKNOWN,
     CPU_PCONFIG_FLAGS, 0 },
+  { STRING_COMMA_LEN (".waitpkg"), PROCESSOR_UNKNOWN,
+    CPU_WAITPKG_FLAGS, 0 },
 };
 
 static const noarch_entry cpu_noarch[] =
This page took 0.048679 seconds and 4 git commands to generate.