x86: Remove CpuABM and add CpuPOPCNT
[deliverable/binutils-gdb.git] / gas / config / tc-i386.c
index c4c94ca52fc19ed4757b3401e2b91736f7fc312b..f559ad4103f19839cc581278d4b33e4ae120dfaa 100644 (file)
@@ -1055,6 +1055,8 @@ static const arch_entry cpu_arch[] =
     CPU_EPT_FLAGS, 0 },
   { STRING_COMMA_LEN (".lzcnt"), PROCESSOR_UNKNOWN,
     CPU_LZCNT_FLAGS, 0 },
+  { STRING_COMMA_LEN (".popcnt"), PROCESSOR_UNKNOWN,
+    CPU_POPCNT_FLAGS, 0 },
   { STRING_COMMA_LEN (".hle"), PROCESSOR_UNKNOWN,
     CPU_HLE_FLAGS, 0 },
   { STRING_COMMA_LEN (".rtm"), PROCESSOR_UNKNOWN,
This page took 0.024076 seconds and 4 git commands to generate.