This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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>

Attachment: document-cortex-m7-v2.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]