aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorAndre Vieira <andre.simoesdiasvieira@arm.com>2019-05-16 16:08:36 +0100
committerAndre Vieira <andre.simoesdiasvieira@arm.com>2019-05-16 16:37:35 +0100
commit514bbb0fd96e0742bdef8c6c706e5a030323d198 (patch)
treee127f5254f3872c69936a4298e02a9901e2e2fb0 /gas
parent4d6ac854515b14ac5304c1553d37f9b1d78ca333 (diff)
downloadgdb-514bbb0fd96e0742bdef8c6c706e5a030323d198.zip
gdb-514bbb0fd96e0742bdef8c6c706e5a030323d198.tar.gz
gdb-514bbb0fd96e0742bdef8c6c706e5a030323d198.tar.bz2
[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.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/NEWS3
2 files changed, 7 insertions, 0 deletions
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