From b19ea8d28b1c06c2973738c1cda076f895ac3ad0 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Fri, 4 Nov 2016 16:24:59 +0000 Subject: Add support for ARM Cortex-M33 processor 2016-11-04 Thomas Preud'homme 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. --- gas/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/NEWS') 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: -- cgit v1.1