Enable Intel RDPID instruction.
[deliverable/binutils-gdb.git] / gas / config / tc-i386.c
index f382a73a3908c85573a235322ecce8ef4f1137f0..2aeaf7bcd69dfb8386da9bfd63cbe1735f36d3cd 100644 (file)
@@ -961,6 +961,8 @@ static const arch_entry cpu_arch[] =
     CPU_MWAITX_FLAGS, 0, 0 },
   { STRING_COMMA_LEN (".ospke"), PROCESSOR_UNKNOWN,
     CPU_OSPKE_FLAGS, 0, 0 },
+  { STRING_COMMA_LEN (".rdpid"), PROCESSOR_UNKNOWN,
+    CPU_RDPID_FLAGS, 0, 0 },
 };
 
 #ifdef I386COFF
This page took 0.026893 seconds and 4 git commands to generate.