Add docs and arch tests to BMI.
[deliverable/binutils-gdb.git] / gas / config / tc-i386.c
index 2e28d8e041f2737e21a480fc41d51e69c220272e..6f30dda133b5b1f4e69970b47c0bc7d7f7bbf4fb 100644 (file)
@@ -725,6 +725,8 @@ static const arch_entry cpu_arch[] =
     CPU_SSE4A_FLAGS, 0, 0 },
   { STRING_COMMA_LEN (".abm"), PROCESSOR_UNKNOWN,
     CPU_ABM_FLAGS, 0, 0 },
+  { STRING_COMMA_LEN (".bmi"), PROCESSOR_UNKNOWN,
+    CPU_BMI_FLAGS, 0, 0 },
 };
 
 #ifdef I386COFF
This page took 0.024446 seconds and 4 git commands to generate.