]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[AArch64] Add CRC feature for cortex-A53 and cortex-A57.
authorMarcus Shawcroft <marcus.shawcroft@arm.com>
Tue, 18 Nov 2014 13:55:46 +0000 (13:55 +0000)
committerMarcus Shawcroft <marcus.shawcroft@arm.com>
Tue, 18 Nov 2014 13:55:46 +0000 (13:55 +0000)
Apply trunk patch:
      * config/tc-aarch64.c (aarch64_cpus): Add CRC feature for
        cortex-A53 and cortex-A57.

gas/ChangeLog
gas/config/tc-aarch64.c

index fa74e3d9def12820b37ed470e2429378e107327b..f71edfc769f38900b86839e7497366c8cf5845de 100644 (file)
@@ -1,3 +1,9 @@
+2014-11-18  Marcus Shawcroft  <marcus.shawcroft@arm.com>
+
+       Apply trunk patch:
+       * config/tc-aarch64.c (aarch64_cpus): Add CRC feature for
+       cortex-A53 and cortex-A57.
+
 2014-07-17  Ilya Tocar  <ilya.tocar@intel.com>
 
        Backport mainline patches
index 7a69d0026c2f1c24c5dbf8768465a3f69533da39..e46fc7c28ca41205cb38a351d53b022a3171d80a 100644 (file)
@@ -7135,8 +7135,10 @@ struct aarch64_cpu_option_table
    recognized by GCC.  */
 static const struct aarch64_cpu_option_table aarch64_cpus[] = {
   {"all", AARCH64_ANY, NULL},
-  {"cortex-a53",       AARCH64_ARCH_V8, "Cortex-A53"},
-  {"cortex-a57",       AARCH64_ARCH_V8, "Cortex-A57"},
+  {"cortex-a53", AARCH64_FEATURE(AARCH64_ARCH_V8,
+                                AARCH64_FEATURE_CRC), "Cortex-A53"},
+  {"cortex-a57", AARCH64_FEATURE(AARCH64_ARCH_V8,
+                                AARCH64_FEATURE_CRC), "Cortex-A57"},
   {"generic", AARCH64_ARCH_V8, NULL},
 
   /* These two are example CPUs supported in GCC, once we have real