summaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2014-11-18 11:24:14 +0000
committerMarcus Shawcroft <marcus.shawcroft@arm.com>2014-11-18 11:24:14 +0000
commit0a9ce86dafbd889ab3dfc8f61db364a2426be99b (patch)
tree86230612a07da6ce462ba211e948909d342b7fc8 /gas/config
parent070cb95614a9c50be0d1191d9b9daee178dd4c38 (diff)
downloadbinutils-gdb-0a9ce86dafbd889ab3dfc8f61db364a2426be99b.tar.gz
[AArch64] Add xgene2.
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-aarch64.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/tc-aarch64.c b/gas/config/tc-aarch64.c
index fd0c20156d1..7f22ba44e82 100644
--- a/gas/config/tc-aarch64.c
+++ b/gas/config/tc-aarch64.c
@@ -7192,6 +7192,8 @@ static const struct aarch64_cpu_option_table aarch64_cpus[] = {
tools. */
{"xgene-1", AARCH64_ARCH_V8, "APM X-Gene 1"},
{"xgene1", AARCH64_ARCH_V8, "APM X-Gene 1"},
+ {"xgene2", AARCH64_FEATURE(AARCH64_ARCH_V8,
+ AARCH64_FEATURE_CRC), "APM X-Gene 2"},
{"generic", AARCH64_ARCH_V8, NULL},
{NULL, AARCH64_ARCH_NONE, NULL}