diff options
author | Jiong Wang <jiong@jiong-VPCCW152CU> | 2015-02-04 19:17:12 +0000 |
---|---|---|
committer | Jiong Wang <jiong@jiong-VPCCW152CU> | 2015-02-04 19:17:12 +0000 |
commit | 2abdd192f1ed671c5dcf0d6e52ebee96c8610b40 (patch) | |
tree | 09b6f139a7aae23efe32cd542d99eef510173f38 /gas/config | |
parent | b66d1c52ac4537484353797ce8d791c0552b3839 (diff) | |
download | binutils-2abdd192f1ed671c5dcf0d6e52ebee96c8610b40.zip binutils-2abdd192f1ed671c5dcf0d6e52ebee96c8610b40.tar.gz binutils-2abdd192f1ed671c5dcf0d6e52ebee96c8610b40.tar.bz2 |
[AArch64] Add support for Cortex-A72
2015-02-04 Matthew Wahab <matthew.wahab@arm.com>
* config/tc-aarch64.c (aarch64_cpus): Add support for Cortex-A72.
* doc/c-aarch64.texi (-mcpu=): Add "cortex-a72".
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-aarch64.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/tc-aarch64.c b/gas/config/tc-aarch64.c index b495331..25ae8c3 100644 --- a/gas/config/tc-aarch64.c +++ b/gas/config/tc-aarch64.c @@ -7231,6 +7231,8 @@ static const struct aarch64_cpu_option_table aarch64_cpus[] = { AARCH64_FEATURE_CRC), "Cortex-A53"}, {"cortex-a57", AARCH64_FEATURE(AARCH64_ARCH_V8, AARCH64_FEATURE_CRC), "Cortex-A57"}, + {"cortex-a72", AARCH64_FEATURE (AARCH64_ARCH_V8, + AARCH64_FEATURE_CRC), "Cortex-A72"}, {"thunderx", AARCH64_ARCH_V8, "Cavium ThunderX"}, /* The 'xgene-1' name is an older name for 'xgene1', which was used in earlier releases and is superseded by 'xgene1' in all |