diff options
author | Matthew Malcomson <matthew.malcomson@arm.com> | 2019-09-19 14:34:14 +0100 |
---|---|---|
committer | Matthew Malcomson <matthew.malcomson@arm.com> | 2019-09-19 14:34:14 +0100 |
commit | 7738ddb418335e6a9dbf00e79fb1369bd762ecd1 (patch) | |
tree | e84740647044fcbf19c4738a6c342b07c3e78000 /gas | |
parent | 4e28d4cc5b134a4027b4103ddaf09c19b8e0230b (diff) | |
download | gdb-7738ddb418335e6a9dbf00e79fb1369bd762ecd1.zip gdb-7738ddb418335e6a9dbf00e79fb1369bd762ecd1.tar.gz gdb-7738ddb418335e6a9dbf00e79fb1369bd762ecd1.tar.bz2 |
[gas][news] NEWS (2.33) note new SVE2 and TME instructions for AArch64
These NEWS entries had been missed when the instructions were added.
gas/ChangeLog:
2019-09-19 Matthew Malcomson <matthew.malcomson@arm.com>
* NEWS: Add SVE2 and TME entries.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/NEWS | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 819585d..b4234f0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2019-09-19 Matthew Malcomson <matthew.malcomson@arm.com> + + * NEWS: Add SVE2 and TME entries. + 2019-09-18 Alan Modra <amodra@gmail.com> * as.c, * as.h, * dw2gencfi.c, * dwarf2dbg.c, * ecoff.c, @@ -2,6 +2,12 @@ Changes in 2.33: +* Add support for the Arm Scalable Vector Extension version 2 (SVE2) + instructions. + +* Add support for the Arm Transactional Memory Extension (TME) + instructions. + * Add support for the Armv8.1-M Mainline and M-profile Vector Extension (MVE) instructions. |