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
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>

Reply via email to