This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[PATCH, binutils, Arm] Add Armv8.1-M Mainline and MVE enablement to NEWS
- From: "Andre Vieira (lists)" <andre dot simoesdiasvieira at arm dot com>
- To: Nick Clifton <nickc at redhat dot com>, "binutils at sourceware dot org" <binutils at sourceware dot org>
- Cc: Richard Earnshaw <Richard dot Earnshaw at arm dot com>
- Date: Mon, 13 May 2019 14:39:42 +0100
- Subject: [PATCH, binutils, Arm] Add Armv8.1-M Mainline and MVE enablement to NEWS
- References: <19569550-4d2e-0bb3-592a-d91050d490f6@arm.com> <9278b7bc-056c-d419-61af-2c8f78f3933f@redhat.com>
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