diff mbox

[ARM] Add Cortex-A17 support

Message ID alpine.LSU.2.11.1411280053160.13258@tuna.site
State New
Headers show

Commit Message

Gerald Pfeifer Nov. 27, 2014, 11:53 p.m. UTC
On Thursday 2014-11-27 11:09, Kyrill Tkachov wrote:
> Thanks for the review. The invoke.texi changes were posted and 
> approved at https://gcc.gnu.org/ml/gcc-patches/2014-11/msg02683.html 
> and I'm attaching the proposed changes.html patch.

Looks good.

Note that once you have "has been added" and once "was added".
I _think_ the former may be more appropriate, but let's one of
our native speakers comment in case.

Gerald

Comments

Kyrylo Tkachov Nov. 28, 2014, 9:40 a.m. UTC | #1
On 27/11/14 23:53, Gerald Pfeifer wrote:
> On Thursday 2014-11-27 11:09, Kyrill Tkachov wrote:
>> Thanks for the review. The invoke.texi changes were posted and
>> approved at https://gcc.gnu.org/ml/gcc-patches/2014-11/msg02683.html
>> and I'm attaching the proposed changes.html patch.
> Looks good.
>
> Note that once you have "has been added" and once "was added".

Looking at the current changes.html I see "has been added" appears
13 times in contrast to "was added", which appears only once.
So I'll use has been added to keep consistent.
Thanks,
Kyrill

> I _think_ the former may be more appropriate, but let's one of
> our native speakers comment in case.
>
> Gerald
diff mbox

Patch

Index: htdocs/gcc-5/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.43
diff -U 3 -r1.43 changes.html
--- htdocs/gcc-5/changes.html	27 Nov 2014 09:50:04 -0000	1.43
+++ htdocs/gcc-5/changes.html	27 Nov 2014 09:57:19 -0000
@@ -398,6 +398,14 @@ 
       configure option with either of <code>--with-tune</code> or
       <code>--with-arch</code>.
       </li>
+      <li> Support for the Cortex-A17 processor has been added through the
+      <code>-mcpu=cortex-a17</code> and <code>-mtune=cortex-a17</code> options.
+      </li>
+      <li> Initial big.LITTLE tuning support for the combination of Cortex-A17
+       and Cortex-A7 was added through the <code>-mcpu=cortex-a17.cortex-a7
+       </code> and <code>-mtune=cortex-a17.cortex-a7</code> options.
+      </li>
+
      </ul>
 
 <h3 id="x86">IA-32/x86-64</h3>