diff options
author | Alex Coplan <alex.coplan@arm.com> | 2020-09-08 14:22:59 +0100 |
---|---|---|
committer | Alex Coplan <alex.coplan@arm.com> | 2020-09-08 14:22:59 +0100 |
commit | f1363b0fb4eb8bbe9ef08f1e78ff6ffa71e07b8b (patch) | |
tree | 565a88764c1a8c5b3dbf4be278d62453de08d387 /gas/doc/c-aarch64.texi | |
parent | 38cf07a6c0bae61ffba00054eb2e025a3910d93c (diff) | |
download | binutils-f1363b0fb4eb8bbe9ef08f1e78ff6ffa71e07b8b.zip binutils-f1363b0fb4eb8bbe9ef08f1e78ff6ffa71e07b8b.tar.gz binutils-f1363b0fb4eb8bbe9ef08f1e78ff6ffa71e07b8b.tar.bz2 |
aarch64: Add -mcpu option for Cortex-R82
This adds support for the Arm Cortex-R82 CPU in AArch64 GAS. For more
information about this processor, see [0].
[0] : https://developer.arm.com/ip-products/processors/cortex-r/cortex-r82
gas/ChangeLog:
2020-09-08 Alex Coplan <alex.coplan@arm.com>
* config/tc-aarch64.c (aarch64_cpus): Add Cortex-R82.
* doc/c-aarch64.texi: Document -mcpu=cortex-r82.
Diffstat (limited to 'gas/doc/c-aarch64.texi')
-rw-r--r-- | gas/doc/c-aarch64.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi index 89725a7..d8f2e19 100644 --- a/gas/doc/c-aarch64.texi +++ b/gas/doc/c-aarch64.texi @@ -78,8 +78,9 @@ on the target processor. The following processor names are recognized: @code{thunderx}, @code{vulcan}, @code{xgene1} +@code{xgene2}, and -@code{xgene2}. +@code{cortex-r82}. The special name @code{all} may be used to allow the assembler to accept instructions valid for any supported processor, including all optional extensions. |