This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH][wwwdocs] Add deprecation of pre-ARMv4T architectures to the release notes
- From: Kyrill Tkachov <kyrylo dot tkachov at foss dot arm dot com>
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Cc: Joel Sherrill <joel dot sherrill at oarcorp dot com>, "gerald at pfeifer dot com" <gerald at pfeifer dot com>
- Date: Thu, 21 Apr 2016 14:25:56 +0100
- Subject: [PATCH][wwwdocs] Add deprecation of pre-ARMv4T architectures to the release notes
- Authentication-results: sourceware.org; auth=none
Hi all,
This patch lists the -mcpu and -march values that are deprecated for GCC 6.
Joel indicated that it would be useful to enumerate them all.
Ok to commit?
Thanks,
Kyrill
Index: htdocs/gcc-6/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v
retrieving revision 1.63
diff -U 3 -r1.63 changes.html
--- htdocs/gcc-6/changes.html 26 Feb 2016 14:02:21 -0000 1.63
+++ htdocs/gcc-6/changes.html 15 Apr 2016 13:43:56 -0000
@@ -342,9 +342,16 @@
<li>
Support for revisions of the ARM architecture prior to ARMv4t has
been deprecated and will be removed in a future GCC release.
- This affects ARM6, ARM7 (but not ARM7TDMI), ARM8, StrongARM, and
- Faraday fa526 and fa626 devices, which do not have support for
- the Thumb execution state.
+ The <code>-mcpu</code> and <code>-mtune</code> values that are
+ deprecated are:
+ <code>arm2, arm250, arm3, arm6, arm60, arm600, arm610, arm620, arm7,
+ arm7d, arm7di, arm70, arm700, arm700i, arm710, arm720, arm710c,
+ arm7100, arm7500, arm7500fe, arm7m, arm7dm, arm7dmi, arm8, arm810,
+ strongarm, strongarm110, strongarm1100, strongarm1110, fa526,
+ fa626</code>. The value
+ <code>arm7tdmi</code> is still supported.
+ The values of <code>-march</code> that are deprecated are:
+ <code>armv2,armv2a,armv3,armv3m,armv4</code>.
</li>
<li>
The ARM port now supports target attributes and pragmas. Please