]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[PATCH, binutils, Arm] Add Armv8.1-M Mainline and MVE enablement to NEWS
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 15:08:36 +0000 (16:08 +0100)
committerAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 16 May 2019 15:37:35 +0000 (16:37 +0100)
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.

binutils/ChangeLog
binutils/NEWS
gas/ChangeLog
gas/NEWS

index dd5066b7a9057c8ca450a48d2ed3f7df4e689787..447e88e9773a1b900f02181a75346b5b0b23f16b 100644 (file)
@@ -1,3 +1,7 @@
+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.
index d7e40de4a8730f67b9b0ecfaa6a3211ab79e1899..8383a6a91b255fc756f99ec0dcd10306ad4c3f19 100644 (file)
@@ -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
index 1f5c7c55d7418892293b758594abc25edcdd822e..086088c906e39ffd9089c314ef3ca21c6bf992f6 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 3903c383c191428f0e39cf4a036d8d6243e2552f..ff88fe900146b57e38fde5bbbc389cd803cc7147 100644 (file)
--- 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