diff mbox series

[wwwdocs] Mention Cortex-A76 support in GCC 9 changes.html

Message ID 5B36344D.5020304@foss.arm.com
State New
Headers show
Series [wwwdocs] Mention Cortex-A76 support in GCC 9 changes.html | expand

Commit Message

Kyrill Tkachov June 29, 2018, 1:29 p.m. UTC
Hi all,

This patch adds support for the Arm Cortex-A76 processor in changes.html for GCC 9.
It enables the AArch64 section of the page and adds the news blob there.
It also adds an entry to the already-existing arm entry.

Ok to commit to CVS (for the aarch64 parts)?

Thanks,
Kyrill

Comments

Richard Earnshaw (lists) July 2, 2018, 10:57 a.m. UTC | #1
On 29/06/18 14:29, Kyrill Tkachov wrote:
> Hi all,
> 
> This patch adds support for the Arm Cortex-A76 processor in changes.html
> for GCC 9.
> It enables the AArch64 section of the page and adds the news blob there.
> It also adds an entry to the already-existing arm entry.
> 
> Ok to commit to CVS (for the aarch64 parts)?
> 

OK.

R.

> Thanks,
> Kyrill
> 
> wwwdocs-a76.patch
> 
> 
> Index: htdocs/gcc-9/changes.html
> ===================================================================
> RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-9/changes.html,v
> retrieving revision 1.9
> diff -U 3 -r1.9 changes.html
> --- htdocs/gcc-9/changes.html	20 Jun 2018 16:15:35 -0000	1.9
> +++ htdocs/gcc-9/changes.html	27 Jun 2018 10:25:19 -0000
> @@ -77,13 +77,41 @@
>  <!-- .................................................................. -->
>  <h2 id="targets">New Targets and Target Specific Improvements</h2>
>  
> -<!-- <h3 id="aarch64">AArch64</h3> -->
> +<h3 id="aarch64">AArch64</h3>
> +<ul>
> +  <li>
> +    Support has been added for the following processors
> +    (GCC identifiers in parentheses):
> +    <ul>
> +	<li>Arm Cortex-A76 (<code>cortex-a76</code>).</li>
> +	<li>Arm Cortex-A55/Cortex-A76 DynamIQ big.LITTLE (<code>cortex-a76.cortex-a55</code>).</li>
> +    </ul>
> +    The GCC identifiers can be used
> +    as arguments to the <code>-mcpu</code> or <code>-mtune</code> options,
> +    for example: <code>-mcpu=cortex-a76</code> or
> +    <code>-mtune=cortex-a76.cortex-a55</code> or as arguments to the equivalent target
> +    attributes and pragmas.
> +  </li>
> +</ul>
>  
>  <!-- <h3 id="arc">ARC</h3> -->
>  
>  <h3 id="arm">ARM</h3>
>  <ul>
>    <li>
> +    Support has been added for the following processors
> +    (GCC identifiers in parentheses):
> +    <ul>
> +	<li>Arm Cortex-A76 (<code>cortex-a76</code>).</li>
> +	<li>Arm Cortex-A55/Cortex-A76 DynamIQ big.LITTLE (<code>cortex-a76.cortex-a55</code>).</li>
> +    </ul>
> +    The GCC identifiers can be used
> +    as arguments to the <code>-mcpu</code> or <code>-mtune</code> options,
> +    for example: <code>-mcpu=cortex-a76</code> or
> +    <code>-mtune=cortex-a76.cortex-a55</code> or as arguments to the equivalent target
> +    attributes and pragmas.
> +  </li>
> +  <li>
>      Support for the deprecated Armv2 and Armv3 architectures and their
>      variants has been removed.  Their corresponding <code>-march</code>
>      values and the <code>-mcpu</code> options that used these architectures
>
Gerald Pfeifer July 12, 2018, 11:26 p.m. UTC | #2
On Fri, 29 Jun 2018, Kyrill  Tkachov wrote:
> This patch adds support for the Arm Cortex-A76 processor in changes.html 
> for GCC 9. It enables the AArch64 section of the page and adds the news 
> blob there. It also adds an entry to the already-existing arm entry.

Thank you, Kyrill.

Should I also apply the change below to account for the recent
ARM to Arm rebranding?

Gerald

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-9/changes.html,v
retrieving revision 1.12
diff -u -r1.12 changes.html
--- changes.html	4 Jul 2018 20:22:12 -0000	1.12
+++ changes.html	12 Jul 2018 23:25:41 -0000
@@ -99,7 +99,7 @@
 
 <!-- <h3 id="arc">ARC</h3> -->
 
-<h3 id="arm">ARM</h3>
+<h3 id="arm">Arm</h3>
 <ul>
   <li>
     Support has been added for the following processors
Richard Earnshaw (lists) July 13, 2018, 11:27 a.m. UTC | #3
On 13/07/18 00:26, Gerald Pfeifer wrote:
> On Fri, 29 Jun 2018, Kyrill  Tkachov wrote:
>> This patch adds support for the Arm Cortex-A76 processor in changes.html 
>> for GCC 9. It enables the AArch64 section of the page and adds the news 
>> blob there. It also adds an entry to the already-existing arm entry.
> 
> Thank you, Kyrill.
> 
> Should I also apply the change below to account for the recent
> ARM to Arm rebranding?
> 
> Gerald
> 
> Index: changes.html
> ===================================================================
> RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-9/changes.html,v
> retrieving revision 1.12
> diff -u -r1.12 changes.html
> --- changes.html	4 Jul 2018 20:22:12 -0000	1.12
> +++ changes.html	12 Jul 2018 23:25:41 -0000
> @@ -99,7 +99,7 @@
>  
>  <!-- <h3 id="arc">ARC</h3> -->
>  
> -<h3 id="arm">ARM</h3>
> +<h3 id="arm">Arm</h3>
>  <ul>
>    <li>
>      Support has been added for the following processors
> 

Please.

R.
diff mbox series

Patch

Index: htdocs/gcc-9/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-9/changes.html,v
retrieving revision 1.9
diff -U 3 -r1.9 changes.html
--- htdocs/gcc-9/changes.html	20 Jun 2018 16:15:35 -0000	1.9
+++ htdocs/gcc-9/changes.html	27 Jun 2018 10:25:19 -0000
@@ -77,13 +77,41 @@ 
 <!-- .................................................................. -->
 <h2 id="targets">New Targets and Target Specific Improvements</h2>
 
-<!-- <h3 id="aarch64">AArch64</h3> -->
+<h3 id="aarch64">AArch64</h3>
+<ul>
+  <li>
+    Support has been added for the following processors
+    (GCC identifiers in parentheses):
+    <ul>
+	<li>Arm Cortex-A76 (<code>cortex-a76</code>).</li>
+	<li>Arm Cortex-A55/Cortex-A76 DynamIQ big.LITTLE (<code>cortex-a76.cortex-a55</code>).</li>
+    </ul>
+    The GCC identifiers can be used
+    as arguments to the <code>-mcpu</code> or <code>-mtune</code> options,
+    for example: <code>-mcpu=cortex-a76</code> or
+    <code>-mtune=cortex-a76.cortex-a55</code> or as arguments to the equivalent target
+    attributes and pragmas.
+  </li>
+</ul>
 
 <!-- <h3 id="arc">ARC</h3> -->
 
 <h3 id="arm">ARM</h3>
 <ul>
   <li>
+    Support has been added for the following processors
+    (GCC identifiers in parentheses):
+    <ul>
+	<li>Arm Cortex-A76 (<code>cortex-a76</code>).</li>
+	<li>Arm Cortex-A55/Cortex-A76 DynamIQ big.LITTLE (<code>cortex-a76.cortex-a55</code>).</li>
+    </ul>
+    The GCC identifiers can be used
+    as arguments to the <code>-mcpu</code> or <code>-mtune</code> options,
+    for example: <code>-mcpu=cortex-a76</code> or
+    <code>-mtune=cortex-a76.cortex-a55</code> or as arguments to the equivalent target
+    attributes and pragmas.
+  </li>
+  <li>
     Support for the deprecated Armv2 and Armv3 architectures and their
     variants has been removed.  Their corresponding <code>-march</code>
     values and the <code>-mcpu</code> options that used these architectures