2014-11-17 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
+ * config/tc-aarch64.c (aarch64_cpus): Add "xgene2".
+ * doc/c-aarch64.texi: Document it.
+
+2014-11-17 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
+
* config/tc-aarch64.c (aarch64_cpus): Add "xgene1".
* doc/c-aarch64.texi: Rename xgene-1 to xgene1.
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},
/* These two are example CPUs supported in GCC, once we have real
on the target processor. The following processor names are recognized:
@code{cortex-a53},
@code{cortex-a57},
+@code{xgene1},
and
-@code{xgene1}.
+@code{xgene2}.
The special name @code{all} may be used to allow the assembler to accept
instructions valid for any supported processor, including all optional
extensions.