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][wwwdocs][arm] Mention removal of deprecated architectures


Hi all,

Now that Gerald has created a changes.html page for GCC 9 here's an entry about
the removal of older arm architectures.

Committing to CVS.

Thanks,
Kyrill
Index: htdocs/gcc-9/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-9/changes.html,v
retrieving revision 1.6
diff -U 3 -r1.6 changes.html
--- htdocs/gcc-9/changes.html	2 Jun 2018 21:16:18 -0000	1.6
+++ htdocs/gcc-9/changes.html	8 Jun 2018 09:49:28 -0000
@@ -73,7 +73,18 @@
 
 <!-- <h3 id="arc">ARC</h3> -->
 
-<!-- <h3 id="arm">ARM</h3> -->
+<h3 id="arm">ARM</h3>
+  <li>
+    Support for the deprecated Armv2 and Armv3 architectures and their
+    variants has been removed.  Their corresponding <code>-march</code>
+    values and the <code>-mcpu</code> options that used these architectures
+    have been removed.
+  </li>
+  <li>
+     Support for the Armv5 and Armv5E architectures
+     (which have no known implementations) has been removed.
+     Note that Armv5T, Armv5TE and Armv5TEJ architectures remain supported.
+  </li>
 
 <!-- <h3 id="avr">AVR</h3> -->
 

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