diff mbox

[ARM,wwwdocs] Mention Cortex-A32 and Cortex-A35 support in changes.html for GCC 6

Message ID 56D0604C.4080706@foss.arm.com
State New
Headers show

Commit Message

Kyrill Tkachov Feb. 26, 2016, 2:25 p.m. UTC
Hi all,

This patch adds a note to changes.html about the added support for Cortex-A32 and Cortex-A35.

Ok to commit?

Thanks,
Kyrill

Comments

Richard Earnshaw (lists) Feb. 26, 2016, 2:49 p.m. UTC | #1
On 26/02/16 14:25, Kyrill Tkachov wrote:
> Hi all,
> 
> This patch adds a note to changes.html about the added support for
> Cortex-A32 and Cortex-A35.
> 
> Ok to commit?
> 

OK.

R.

> Thanks,
> Kyrill
> 
> wwwdocs-a32-a35.patch
> 
> 
> Index: htdocs/gcc-6/changes.html
> ===================================================================
> RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v
> retrieving revision 1.62
> diff -U 3 -r1.62 changes.html
> --- htdocs/gcc-6/changes.html	24 Feb 2016 09:36:06 -0000	1.62
> +++ htdocs/gcc-6/changes.html	25 Feb 2016 10:51:14 -0000
> @@ -345,6 +345,15 @@
>         documentation</a> for details of available attributes and
>         pragmas as well as usage instructions.
>       </li>
> +     <li>
> +       Support has been added for the following processors
> +       (GCC identifiers in parentheses): ARM Cortex-A32
> +       (<code>cortex-a32</code>), ARM Cortex-A35 (<code>cortex-a35</code>).
> +       The GCC identifiers can be used
> +       as arguments to the <code>-mcpu</code> or <code>-mtune</code> options,
> +       for example: <code>-mcpu=cortex-a32</code> or
> +       <code>-mtune=cortex-a35</code>.
> +     </li>
>     </ul>
>  <!-- <h3 id="avr">AVR</h3> -->
>  
>
diff mbox

Patch

Index: htdocs/gcc-6/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v
retrieving revision 1.62
diff -U 3 -r1.62 changes.html
--- htdocs/gcc-6/changes.html	24 Feb 2016 09:36:06 -0000	1.62
+++ htdocs/gcc-6/changes.html	25 Feb 2016 10:51:14 -0000
@@ -345,6 +345,15 @@ 
        documentation</a> for details of available attributes and
        pragmas as well as usage instructions.
      </li>
+     <li>
+       Support has been added for the following processors
+       (GCC identifiers in parentheses): ARM Cortex-A32
+       (<code>cortex-a32</code>), ARM Cortex-A35 (<code>cortex-a35</code>).
+       The GCC identifiers can be used
+       as arguments to the <code>-mcpu</code> or <code>-mtune</code> options,
+       for example: <code>-mcpu=cortex-a32</code> or
+       <code>-mtune=cortex-a35</code>.
+     </li>
    </ul>
 <!-- <h3 id="avr">AVR</h3> -->