• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

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

修订版f460784869eb8134c6e9cf09261df45f2107b063 (tree)
时间2014-11-14 22:10:41
作者Marcus Shawcroft <marcus.shawcroft@arm....>
CommiterMarcus Shawcroft

Log Message

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

更改概述

差异

--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,9 @@
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+
17 2014-07-17 Ilya Tocar <ilya.tocar@intel.com>
28
39 Backport mainline patches
--- a/gas/config/tc-aarch64.c
+++ b/gas/config/tc-aarch64.c
@@ -7135,8 +7135,12 @@ 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_ARCH_V8, "Cortex-A53"},
7139- {"cortex-a57", AARCH64_ARCH_V8, "Cortex-A57"},
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"},
71407144 {"generic", AARCH64_ARCH_V8, NULL},
71417145
71427146 /* These two are example CPUs supported in GCC, once we have real