GNU Binutils with patches for OS216
Révision | 38446f55065380ea996932c619a06d66dadf9724 (tree) |
---|---|
l'heure | 2014-11-18 22:53:34 |
Auteur | Marcus Shawcroft <marcus.shawcroft@arm....> |
Commiter | Marcus Shawcroft |
Revert "[AArch64] Enable CRC feature in GAS for cortex-a53 and cortex-a57."
This reverts commit f460784869eb8134c6e9cf09261df45f2107b063.
@@ -1,9 +1,3 @@ | ||
1 | -2014-11-13 Marcus Shawcroft <marcus.shawcroft@arm.com> | |
2 | - | |
3 | - Apply trunk patch: | |
4 | - * config/tc-aarch64.c (aarch64_cpus): Add CRC feature for | |
5 | - cortex-A53 and cortex-A57. | |
6 | - | |
7 | 1 | 2014-07-17 Ilya Tocar <ilya.tocar@intel.com> |
8 | 2 | |
9 | 3 | Backport mainline patches |
@@ -7135,12 +7135,8 @@ struct aarch64_cpu_option_table | ||
7135 | 7135 | recognized by GCC. */ |
7136 | 7136 | static const struct aarch64_cpu_option_table aarch64_cpus[] = { |
7137 | 7137 | {"all", AARCH64_ANY, NULL}, |
7138 | - {"cortex-a53", AARCH64_FEATURE(AARCH64_ARCH_V8, | |
7139 | - AARCH64_FEATURE_CRC), "Cortex-A53"}, | |
7140 | - {"cortex-a57", AARCH64_FEATURE(AARCH64_ARCH_V8, | |
7141 | - AARCH64_FEATURE_CRC), "Cortex-A57"}, | |
7142 | - {"thunderx", AARCH64_ARCH_V8, "Cavium ThunderX"}, | |
7143 | - {"xgene-1", AARCH64_ARCH_V8, "APM X-Gene 1"}, | |
7138 | + {"cortex-a53", AARCH64_ARCH_V8, "Cortex-A53"}, | |
7139 | + {"cortex-a57", AARCH64_ARCH_V8, "Cortex-A57"}, | |
7144 | 7140 | {"generic", AARCH64_ARCH_V8, NULL}, |
7145 | 7141 | |
7146 | 7142 | /* These two are example CPUs supported in GCC, once we have real |