This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH][wwwdocs] Mention deprecation of -mapcs and -mapcs-frame on arm
- From: Kyrill Tkachov <kyrylo dot tkachov at arm dot com>
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Cc: Ramana Radhakrishnan <ramana dot radhakrishnan at arm dot com>, Richard Earnshaw <Richard dot Earnshaw at arm dot com>
- Date: Wed, 14 Jan 2015 10:40:41 +0000
- Subject: [PATCH][wwwdocs] Mention deprecation of -mapcs and -mapcs-frame on arm
- Authentication-results: sourceware.org; auth=none
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
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>