[binutils-gdb] [PATCH, binutils, Arm] Add Armv8.1-M Mainline and MVE enablement to NEWS

Andre Simoes Dias Vieira avieira@sourceware.org
Thu May 16 15:43:00 GMT 2019


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

commit 514bbb0fd96e0742bdef8c6c706e5a030323d198
Author: Andre Vieira <andre.simoesdiasvieira@arm.com>
Date:   Thu May 16 16:08:36 2019 +0100

    [PATCH, binutils, Arm] Add Armv8.1-M Mainline and MVE enablement to NEWS
    
    gas/ChangeLog:
    2019-05-16  Andre Vieira  <andre.simoesdiasvieira@arm.com>
    
    	* NEWS: Mention Armv8.1-M Mainline and MVE.
    
    binutils/ChangeLog:
    2019-05-16  Andre Vieira  <andre.simoesdiasvieira@arm.com>
    
    	* NEWS: Mention Armv8.1-M Mainline and MVE.

Diff:
---
 binutils/ChangeLog | 4 ++++
 binutils/NEWS      | 3 +++
 gas/ChangeLog      | 4 ++++
 gas/NEWS           | 3 +++
 4 files changed, 14 insertions(+)

diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index dd5066b..447e88e 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,5 +1,9 @@
 2019-05-16  Andre Vieira  <andre.simoesdiasvieira@arm.com>
 
+	* NEWS: Mention Armv8.1-M Mainline and MVE.
+
+2019-05-16  Andre Vieira  <andre.simoesdiasvieira@arm.com>
+
 	* readelf.c (arm_attr_tag_MVE_arch): New array for Tag_MVE_arch values.
 	(arm_attr_public_tag arm_attr_public_tags): Add case for Tag_MVE_arch.
 
diff --git a/binutils/NEWS b/binutils/NEWS
index d7e40de..8383a6a 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -3,6 +3,9 @@
 * Add --verilog-data-width option to objcopy for verilog targets to control
   width of data elements in verilog hex format.
 
+* Add support for the Armv8.1-M Mainline and M-profile Vector Extension (MVE)
+  instructions.
+
 * The separate debug info file options of readelf (--debug-dump=links
   and --debug-dump=follow) and objdump (--dwarf=links and
   --dwarf=follow-links) will now display and/or follow multiple links if
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 1f5c7c5..086088c 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,9 @@
 2019-05-16  Andre Vieira  <andre.simoesdiasvieira@arm.com>
 
+	* NEWS: Mention Armv8.1-M Mainline and MVE.
+
+2019-05-16  Andre Vieira  <andre.simoesdiasvieira@arm.com>
+
 	* testsuite/gas/arm/mve-tailpredloop.d: New test.
 	* testsuite/gas/arm/mve-tailpredloop.s: New test.
 	* testsuite/gas/arm/mve-vabav.d: New test.
diff --git a/gas/NEWS b/gas/NEWS
index 3903c38..ff88fe9 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -1,5 +1,8 @@
 -*- text -*-
 
+* Add support for the Armv8.1-M Mainline and M-profile Vector Extension (MVE)
+  instructions.
+
 * For MIPS, Add -m[no-]fix-loongson3-llsc option to fix (or not) Loongson3 LLSC
   Errata.  Add a --enable-mips-fix-loongson3-llsc=[yes|no] configure time option
   to set the default behavior. Set the default if the configure option is not used



More information about the Binutils-cvs mailing list