[AArch64] Add support for Cortex-A35
[deliverable/binutils-gdb.git] / gas / config / tc-aarch64.c
index b45aac8f4bff58846dbd9f11e05ba99e5ab52a4f..e854b966f0b8a5464fbd0b0ab37830fd3714812f 100644 (file)
@@ -7676,6 +7676,8 @@ struct aarch64_cpu_option_table
    recognized by GCC.  */
 static const struct aarch64_cpu_option_table aarch64_cpus[] = {
   {"all", AARCH64_ANY, NULL},
+  {"cortex-a35", AARCH64_FEATURE (AARCH64_ARCH_V8,
+                                 AARCH64_FEATURE_CRC), "Cortex-A35"},
   {"cortex-a53", AARCH64_FEATURE (AARCH64_ARCH_V8,
                                  AARCH64_FEATURE_CRC), "Cortex-A53"},
   {"cortex-a57", AARCH64_FEATURE (AARCH64_ARCH_V8,
This page took 0.023755 seconds and 4 git commands to generate.