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