diff mbox

[wwwdocs] Document new Cortex-M23 and Cortex-M33 processors support in ARM backend

Message ID 29e9503c-99c9-86a9-be99-968b3bfd3f28@foss.arm.com
State New
Headers show

Commit Message

Thomas Preudhomme Nov. 4, 2016, 4:53 p.m. UTC
Hi there,

This patch document the newly added support in GCC 7 for Cortex-M23 and 
Cortex-M33 processors [1][2].

[1] http://www.arm.com/products/processors/cortex-m/cortex-m23-processor.php
[2] http://www.arm.com/products/processors/cortex-m/cortex-m33-processor.php

Is this ok for <CVS trunk>?

Best regards,

Thomas

Comments

Gerald Pfeifer Nov. 4, 2016, 10:16 p.m. UTC | #1
On Fri, 4 Nov 2016, Thomas Preudhomme wrote:
> This patch document the newly added support in GCC 7 for Cortex-M23 and

> Cortex-M33 processors [1][2].

:
> Is this ok for <CVS trunk>?


Surely so for me.

Gerald
Thomas Preudhomme Nov. 7, 2016, 2 p.m. UTC | #2
What about ARM maintainers?

Best regards,

Thomas

On 04/11/16 22:16, Gerald Pfeifer wrote:
> On Fri, 4 Nov 2016, Thomas Preudhomme wrote:

>> This patch document the newly added support in GCC 7 for Cortex-M23 and

>> Cortex-M33 processors [1][2].

> :

>> Is this ok for <CVS trunk>?

>

> Surely so for me.

>

> Gerald
Kyrill Tkachov Nov. 7, 2016, 2:01 p.m. UTC | #3
On 07/11/16 14:00, Thomas Preudhomme wrote:
> What about ARM maintainers?

>


Fine with me too.
Thanks,
Kyrill

> Best regards,

>

> Thomas

>

> On 04/11/16 22:16, Gerald Pfeifer wrote:

>> On Fri, 4 Nov 2016, Thomas Preudhomme wrote:

>>> This patch document the newly added support in GCC 7 for Cortex-M23 and

>>> Cortex-M33 processors [1][2].

>> :

>>> Is this ok for <CVS trunk>?

>>

>> Surely so for me.

>>

>> Gerald
diff mbox

Patch

Index: htdocs/gcc-7/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v
retrieving revision 1.20
diff -u -r1.20 changes.html
--- htdocs/gcc-7/changes.html	25 Oct 2016 02:04:00 -0000	1.20
+++ htdocs/gcc-7/changes.html	26 Oct 2016 14:05:59 -0000
@@ -316,6 +316,16 @@ 
        <code>-mcpu=cortex-a73</code> and <code>-mtune=cortex-a73</code>
        options as well as the equivalent target attributes and pragmas.
      </li>
+     <li>
+       The ARM Cortex-M23 processor is now supported via the
+       <code>-mcpu=cortex-m23</code> and <code>-mtune=cortex-m23</code>
+       options.
+     </li>
+     <li>
+       The ARM Cortex-M33 processor is now supported via the
+       <code>-mcpu=cortex-m33</code> and <code>-mtune=cortex-m33</code>
+       options.
+     </li>
    </ul>
 
 <h3 id="avr">AVR</h3>