This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] [gas][news] NEWS (2.33) note new SVE2 and TME instructions for AArch64


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7738ddb418335e6a9dbf00e79fb1369bd762ecd1

commit 7738ddb418335e6a9dbf00e79fb1369bd762ecd1
Author: Matthew Malcomson <matthew.malcomson@arm.com>
Date:   Thu Sep 19 14:34:14 2019 +0100

    [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.

Diff:
---
 gas/ChangeLog | 4 ++++
 gas/NEWS      | 6 ++++++
 2 files changed, 10 insertions(+)

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,
diff --git a/gas/NEWS b/gas/NEWS
index 478860a..1e70074 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]