diff mbox

[wwwdocs] Mention deprecation of -mapcs and -mapcs-frame on arm

Message ID 54B647A9.3020600@arm.com
State New
Headers show

Commit Message

Kyrylo Tkachov Jan. 14, 2015, 10:40 a.m. UTC
Hi all,

This is a wwwdocs patch to changes.html to announce the deprecation of 
the -mapcs and -mapcs-frame options.

Ok to apply if we decide to deprecate it?

Thanks,
Kyrill

Comments

Richard Earnshaw Jan. 14, 2015, 11:17 a.m. UTC | #1
On 14/01/15 10:40, Kyrill Tkachov wrote:
> Hi all,
> 
> This is a wwwdocs patch to changes.html to announce the deprecation of 
> the -mapcs and -mapcs-frame options.
> 
> Ok to apply if we decide to deprecate it?
> 
> Thanks,
> Kyrill
> 
> 
> www-docs-mapcs-depr.patch
> 
> 
> Index: htdocs/gcc-5/changes.html
> ===================================================================
> RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
> retrieving revision 1.50
> diff -U 3 -r1.50 changes.html
> --- htdocs/gcc-5/changes.html	10 Dec 2014 00:28:18 -0000	1.50
> +++ htdocs/gcc-5/changes.html	10 Dec 2014 12:20:01 -0000
> @@ -421,6 +421,9 @@
>        <li> The deprecated option <code>-mwords-little-endian</code>
>         has been removed.
>        </li>
> +      <li> The options relating to the old ABI <code>-mapcs</code> and
> +      <code>-mapcs-frame</code> are deprecated.
> +      </li>
>  
>       </ul>
>  
> 

s/are deprecated/have been deprecated/

OK with that change.

R.
diff mbox

Patch

Index: htdocs/gcc-5/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.50
diff -U 3 -r1.50 changes.html
--- htdocs/gcc-5/changes.html	10 Dec 2014 00:28:18 -0000	1.50
+++ htdocs/gcc-5/changes.html	10 Dec 2014 12:20:01 -0000
@@ -421,6 +421,9 @@ 
       <li> The deprecated option <code>-mwords-little-endian</code>
        has been removed.
       </li>
+      <li> The options relating to the old ABI <code>-mapcs</code> and
+      <code>-mapcs-frame</code> are deprecated.
+      </li>
 
      </ul>