This is the mail archive of the binutils@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]

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


Hi,

This patch announces the support for Armv8.1-M Mainline and M-profile Vector Extension for GAS and binutils. To be applied on top of MVE series.

Is this OK?

Cheers,
Andre

gas/ChangeLog
2019-05-13  Andre Vieira  <andre.simoesdiasvieira@arm.com>

        * NEWS: Mention Armv8.1-M Mainline and MVE.

binutils/ChangeLog
2019-05-13  Andre Vieira  <andre.simoesdiasvieira@arm.com>

        * NEWS: Mention Armv8.1-M Mainline and MVE.

On 02/05/2019 11:18, Nick Clifton wrote:
Hi Andre,

This patch series adds support for all M-profile Vector Extension(MVE) instructions to GAS and Objdump.

I just noticed that the patch series does not include additions to the
gas/NEWS and binutils/NEWS files, mentioning support for this architecture
extension.  Please could you add that ?

Cheers
   Nick



diff --git a/binutils/NEWS b/binutils/NEWS
index 7c9d7bef30b024bdb03bc0d86b1ffbc1506ffe66..5cae569e1d9435d0bf84dccbd4823170472cd5e7 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -1,5 +1,8 @@
 -*- text -*-
 
+* 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/NEWS b/gas/NEWS
index 3903c383c191428f0e39cf4a036d8d6243e2552f..ff88fe900146b57e38fde5bbbc389cd803cc7147 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

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