diff mbox

[wwwdocs] Add deprecation of pre-ARMv4T architectures to the release notes

Message ID 5718D4E4.4070507@foss.arm.com
State New
Headers show

Commit Message

Kyrill Tkachov April 21, 2016, 1:25 p.m. UTC
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

Comments

Gerald Pfeifer April 21, 2016, 1:51 p.m. UTC | #1
On Thu, 21 Apr 2016, Kyrill Tkachov wrote:
> 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.

Yes, this is very useful.  Thank you!

> Ok to commit?

Yep from my side.  (Perhaps a native speaker can help us whether
"value" is the best word here...  Joel?)

Gerald
Kyrill Tkachov April 21, 2016, 3:59 p.m. UTC | #2
Hi Gerald,

On 21/04/16 14:51, Gerald Pfeifer wrote:
> On Thu, 21 Apr 2016, Kyrill Tkachov wrote:
>> 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.
>
> Yes, this is very useful.  Thank you!
>
>> Ok to commit?
>
> Yep from my side.  (Perhaps a native speaker can help us whether
> "value" is the best word here...  Joel?)
>

Thanks, I've committed it.
We can always adjust the wording separately if needed.

Kyrill

> Gerald
diff mbox

Patch

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