aboutsummaryrefslogtreecommitdiff
path: root/gas/NEWS
diff options
context:
space:
mode:
authorThomas Preud'homme <thomas.preudhomme@arm.com>2016-11-04 16:24:08 +0000
committerThomas Preud'homme <thomas.preudhomme@arm.com>2016-11-04 16:24:08 +0000
commitce1b0a458aed5fea182c8eb4a8cf1161d1c0a20f (patch)
treebcb8a6accfa6c1cda480fccec356ff7f60ff0be8 /gas/NEWS
parent13be4805fe268e9ac61e6a6b22d19b8e6e7738bb (diff)
downloadbinutils-ce1b0a458aed5fea182c8eb4a8cf1161d1c0a20f.zip
binutils-ce1b0a458aed5fea182c8eb4a8cf1161d1c0a20f.tar.gz
binutils-ce1b0a458aed5fea182c8eb4a8cf1161d1c0a20f.tar.bz2
Add support for ARM Cortex-M23 processor
2016-11-04 Thomas Preud'homme <thomas.preudhomme@arm.com> gas/ * config/tc-arm.c (cortex-m23): Declare new processor. * doc/c-arm.texi (-mcpu ARM command line option): Document new Cortex-M23 processor. * NEWS: Mention ARM Cortex-M23 support.
Diffstat (limited to 'gas/NEWS')
-rw-r--r--gas/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/NEWS b/gas/NEWS
index 25ad9ab..cb47be0 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -2,6 +2,8 @@
* Add support for the RISC-V architecture.
+* Add support for the ARM Cortex-M23 processor.
+
Changes in 2.27:
* Default to --enable-compressed-debug-sections=gas for Linux/x86 targets.