diff --git a/gas/NEWS b/gas/NEWS index 2e40291f8c42a77f42f3c2bdcfa30393066a57a5..6ea644ef1ca55cfa08995c539531ebf9a58e83fd 100644 --- a/gas/NEWS +++ b/gas/NEWS @@ -1,6 +1,6 @@ -*- text -*- -* Add support for Cortex-A510 for AArch64. +* Add support for Cortex-A510 and Cortex-A710 for AArch64. * Outputs of .ds.x directive and .tfloat directive with hex input from x86 assembler have been reduced from 12 bytes to 10 bytes to match the diff --git a/gas/config/tc-aarch64.c b/gas/config/tc-aarch64.c index 573633f9b45a1386ecc8de083349541552277e9c..490ebd7c4b2cc207e836d8bc83478399c9ac30f7 100644 --- a/gas/config/tc-aarch64.c +++ b/gas/config/tc-aarch64.c @@ -9057,6 +9057,12 @@ static const struct aarch64_cpu_option_table aarch64_cpus[] = { | AARCH64_FEATURE_MEMTAG | AARCH64_FEATURE_SVE2_BITPERM), "Cortex-A510"}, + {"cortex-a710", AARCH64_FEATURE (AARCH64_ARCH_V9, + AARCH64_FEATURE_BFLOAT16 + | AARCH64_FEATURE_I8MM + | AARCH64_FEATURE_MEMTAG + | AARCH64_FEATURE_SVE2_BITPERM), + "Cortex-A710"}, {"ares", AARCH64_FEATURE (AARCH64_ARCH_V8_2, AARCH64_FEATURE_RCPC | AARCH64_FEATURE_F16 | AARCH64_FEATURE_DOTPROD diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi index 036b2008b782b60228e1709130334a0b64964ed8..07db4c0cfd8dfddf39fd8a4097322cc5a4098b74 100644 --- a/gas/doc/c-aarch64.texi +++ b/gas/doc/c-aarch64.texi @@ -72,6 +72,7 @@ on the target processor. The following processor names are recognized: @code{cortex-a78ae}, @code{cortex-a78c}, @code{cortex-a510}, +@code{cortex-a710}, @code{ares}, @code{exynos-m1}, @code{falkor},