diff options
author | Kyrylo Tkachov <kyrylo.tkachov@arm.com> | 2019-01-07 09:22:55 +0000 |
---|---|---|
committer | Kyrylo Tkachov <kyrylo.tkachov@arm.com> | 2019-01-07 09:22:55 +0000 |
commit | ef8df4caec24669a11680aa1a696d470fb6177ba (patch) | |
tree | 9dba1ab3b1a201fb9def27373de916455325709a /gas/ChangeLog | |
parent | 7e9ca91e006d57bd39838ca5196c1bd0db3ef170 (diff) | |
download | gdb-ef8df4caec24669a11680aa1a696d470fb6177ba.zip gdb-ef8df4caec24669a11680aa1a696d470fb6177ba.tar.gz gdb-ef8df4caec24669a11680aa1a696d470fb6177ba.tar.bz2 |
[arm][gas] Add -mcpu support for Arm Ares
This adds support for the Arm Ares CPU in the arm port.
It implements the Armv8.2-A architecture with the relevant optional
features
of 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-arm.c (arm_cpus): Add ares.
* doc/c-arm.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 ac23a16..604ff42 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2019-01-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com> + + * config/tc-arm.c (arm_cpus): Add ares. + * doc/c-arm.texi (-mcpu): Document ares value. + 2019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp> * config/rx-defs.h (rx_cpu_types): Add type RXV3 and RXV3FPU. |