All,

The attached patch updates gcc-4.7/changes.html to document the addition of support in the ARM backend for Cortex-A7 via the -mcpu=cortex-a7 command line option.

The wording is based upon that used for Cortex-M4 in gcc-4.6/changes.html.

Can someone please review, and if appropriate apply the patch?

Thanks,

Matt

ChangeLog:

2011-11-21  Matthew Gretton-Dann  <matthew.gretton-d...@arm.com>

        * htdocs/gcc-4.7/changes.html: Document -mcpu=cortex-a7.

--
Matthew Gretton-Dann
Principal Engineer, PD Software - Tools, ARM Ltd
Index: htdocs/gcc-4.7/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.61
diff -u -p -r1.61 changes.html
--- htdocs/gcc-4.7/changes.html 19 Nov 2011 22:04:07 -0000      1.61
+++ htdocs/gcc-4.7/changes.html 21 Nov 2011 10:51:05 -0000
@@ -456,6 +456,8 @@ well.</p></li>
 
 <h3 id="arm">ARM</h3>
   <ul>
+    <li>GCC now supports the Cortex-A7 processor implementing the v7-a version
+      of the architecture using the option <code>-mcpu=cortex-a7</code>.</li>
     <li>The default vector size in auto-vectorization for NEON is now 128 bits.
       If vectorization fails thusly, the vectorizer tries again with
       64-bit vectors.</li>

Reply via email to