diff options
author | Thomas Preud'homme <thomas.preudhomme@arm.com> | 2016-11-04 16:24:08 +0000 |
---|---|---|
committer | Thomas Preud'homme <thomas.preudhomme@arm.com> | 2016-11-04 16:24:08 +0000 |
commit | ce1b0a458aed5fea182c8eb4a8cf1161d1c0a20f (patch) | |
tree | bcb8a6accfa6c1cda480fccec356ff7f60ff0be8 /gas/NEWS | |
parent | 13be4805fe268e9ac61e6a6b22d19b8e6e7738bb (diff) | |
download | gdb-ce1b0a458aed5fea182c8eb4a8cf1161d1c0a20f.zip gdb-ce1b0a458aed5fea182c8eb4a8cf1161d1c0a20f.tar.gz gdb-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |