[Patch,wwwdoc]Update 5.0 change for ARM new core cortex-m7

Terry Guo terry.guo@arm.com
Wed Nov 26 04:41:00 GMT 2014


Hi there,

This patch will document support and tuning for Cortex-M7 in GCC 5.0
changes. Is it ok to commit?

BR,
Terry

2014-11-26  Terry Guo  <terry.guo@arm.com>

     * htdocs/gcc-5/changes.html: Mention Cortex-M7.

Index: htdocs/gcc-5/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.35
diff -u -r1.35 changes.html
--- htdocs/gcc-5/changes.html	18 Nov 2014 06:50:55 -0000	1.35
+++ htdocs/gcc-5/changes.html	18 Nov 2014 08:35:49 -0000
@@ -392,6 +392,9 @@
         non-unified syntax is used. However this is subject to change in
future releases.
         Eventually the non-unified syntax will be deprecated.
       </li>
+     <li>Support for the Cortex-M7 processor is now available through the
+    <code>-mcpu=cortex-m7</code> and <code>-mtune=cortex-m7</code> options.
+     </li>
      </ul>
 
 <h3 id="x86">IA-32/x86-64</h3>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: document-cortex-m7-v2.txt
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20141126/3e175461/attachment.txt>


More information about the Gcc-patches mailing list