aboutsummaryrefslogtreecommitdiff
path: root/gas/NEWS
diff options
context:
space:
mode:
authorThomas Preud'homme <thomas.preudhomme@arm.com>2016-11-04 16:24:59 +0000
committerThomas Preud'homme <thomas.preudhomme@arm.com>2016-11-04 16:24:59 +0000
commitb19ea8d28b1c06c2973738c1cda076f895ac3ad0 (patch)
treeef82fa4a6d433773e413ab3c75a0320bd67cdd42 /gas/NEWS
parentce1b0a458aed5fea182c8eb4a8cf1161d1c0a20f (diff)
downloadbinutils-b19ea8d28b1c06c2973738c1cda076f895ac3ad0.zip
binutils-b19ea8d28b1c06c2973738c1cda076f895ac3ad0.tar.gz
binutils-b19ea8d28b1c06c2973738c1cda076f895ac3ad0.tar.bz2
Add support for ARM Cortex-M33 processor
2016-11-04 Thomas Preud'homme <thomas.preudhomme@arm.com> gas/ * config/tc-arm.c (cortex-m33): Declare new processor. * doc/c-arm.texi (-mcpu ARM command line option): Document new Cortex-M33 processor. * NEWS: Mention ARM Cortex-M33 support.
Diffstat (limited to 'gas/NEWS')
-rw-r--r--gas/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/NEWS b/gas/NEWS
index cb47be0..48cfa9b 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -2,7 +2,7 @@
* Add support for the RISC-V architecture.
-* Add support for the ARM Cortex-M23 processor.
+* Add support for the ARM Cortex-M23 and Cortex-M33 processors.
Changes in 2.27: