Revert "[AArch64] Enable CRC feature in GAS for cortex-a53 and cortex-a57."
authorMarcus Shawcroft <marcus.shawcroft@arm.com>
Tue, 18 Nov 2014 13:59:37 +0000 (13:59 +0000)
committerMarcus Shawcroft <marcus.shawcroft@arm.com>
Tue, 18 Nov 2014 13:59:37 +0000 (13:59 +0000)
This reverts commit 9224a67a27a5adb4524a5d9b730045205ec04e9a.

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

index ca7b9b9..58ff082 100644 (file)
        * doc/c-i386.texi: Re-arrange avx512* and xsave*.  Add
        clflushopt and se1.  Remove duplicated entries.
 
-2014-11-13  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-11-12  Alan Modra  <amodra@gmail.com>
 
        PR ld/17482
index c0153bc..150949c 100644 (file)
@@ -7180,11 +7180,8 @@ struct aarch64_cpu_option_table
    recognized by GCC.  */
 static const struct aarch64_cpu_option_table aarch64_cpus[] = {
   {"all", AARCH64_ANY, NULL},
-  {"cortex-a53", AARCH64_FEATURE(AARCH64_ARCH_V8,
-                                AARCH64_FEATURE_CRC), "Cortex-A53"},
-  {"cortex-a57", AARCH64_FEATURE(AARCH64_ARCH_V8,
-                                AARCH64_FEATURE_CRC), "Cortex-A57"},
-  {"thunderx", AARCH64_ARCH_V8, "Cavium ThunderX"},
+  {"cortex-a53",       AARCH64_ARCH_V8, "Cortex-A53"},
+  {"cortex-a57",       AARCH64_ARCH_V8, "Cortex-A57"},
   {"xgene-1", AARCH64_ARCH_V8, "APM X-Gene 1"},
   {"generic", AARCH64_ARCH_V8, NULL},