• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Révision38446f55065380ea996932c619a06d66dadf9724 (tree)
l'heure2014-11-18 22:53:34
AuteurMarcus Shawcroft <marcus.shawcroft@arm....>
CommiterMarcus Shawcroft

Message de Log

Revert "[AArch64] Enable CRC feature in GAS for cortex-a53 and cortex-a57."

This reverts commit f460784869eb8134c6e9cf09261df45f2107b063.

Change Summary

Modification

--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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-
71 2014-07-17 Ilya Tocar <ilya.tocar@intel.com>
82
93 Backport mainline patches
--- a/gas/config/tc-aarch64.c
+++ b/gas/config/tc-aarch64.c
@@ -7135,12 +7135,8 @@ struct aarch64_cpu_option_table
71357135 recognized by GCC. */
71367136 static const struct aarch64_cpu_option_table aarch64_cpus[] = {
71377137 {"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"},
71447140 {"generic", AARCH64_ARCH_V8, NULL},
71457141
71467142 /* These two are example CPUs supported in GCC, once we have real