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/doc | |
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/doc')
-rw-r--r-- | gas/doc/c-arm.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index f08f6eb..547950a 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -131,6 +131,7 @@ recognized: @code{cortex-r5}, @code{cortex-r7}, @code{cortex-r8}, +@code{cortex-m33}, @code{cortex-m23}, @code{cortex-m7}, @code{cortex-m4}, |