[AArch64][Patch 1/5] Support the ARMv8.2 Statistical Profiling Extension.
[deliverable/binutils-gdb.git] / gas / config / tc-aarch64.c
index bb2f228553a2eba24bd6fb0dba38036bc24bb719..2f115ec023cd3b35a9b28834cfd8dbb3f0e2f872 100644 (file)
@@ -7744,6 +7744,7 @@ static const struct aarch64_option_cpu_value_table aarch64_features[] = {
                                         | AARCH64_FEATURE_RDMA, 0)},
   {"fp16",             AARCH64_FEATURE (AARCH64_FEATURE_F16
                                         | AARCH64_FEATURE_FP, 0)},
+  {"profile",          AARCH64_FEATURE (AARCH64_FEATURE_PROFILE, 0)},
   {NULL,               AARCH64_ARCH_NONE}
 };
 
This page took 0.023583 seconds and 4 git commands to generate.