diff options
author | Kyrylo Tkachov <kyrylo.tkachov@arm.com> | 2019-01-08 15:18:32 +0000 |
---|---|---|
committer | Kyrylo Tkachov <kyrylo.tkachov@arm.com> | 2019-01-08 15:18:32 +0000 |
commit | c8fcc36012301d7402fd990ee5d8f78dffa824f0 (patch) | |
tree | 039f45e2af550159c99e8df3e231839cd39d8faa /gas/ChangeLog | |
parent | e3ecd631339aaa2a4af57f59f0694671d4ce00ab (diff) | |
download | gdb-c8fcc36012301d7402fd990ee5d8f78dffa824f0.zip gdb-c8fcc36012301d7402fd990ee5d8f78dffa824f0.tar.gz gdb-c8fcc36012301d7402fd990ee5d8f78dffa824f0.tar.bz2 |
[AArch64][gas] Add -mcpu support for Arm Ares
This adds support for the Arm Ares CPU for AArch64.
It implements the Armv8.2-A architecture with the optional features
of statistical profiling, dot product and FP16 on by default.
Note: Ares is a codename to enable early adopters and in time
we will add the final product name once it's announced.
* config/tc-aarch64.c (aarch64_cpus): Add ares.
* doc/c-aarch64.texi (-mcpu): Document ares value.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6deda0a..35efcbe 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2019-01-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com> + + * config/tc-aarch64.c (aarch64_cpus): Add ares. + * doc/c-aarch64.texi (-mcpu): Document ares value. + 2019-01-08 Alan Modra <amodra@gmail.com> * testsuite/gas/rx/rx.exp: Create generated test source in |