diff mbox

[wwwdocs] Deprecate the ARM TPCS related options in gcc 5.0

Message ID 000701d03944$b56af770$2040e650$@arm.com
State New
Headers show

Commit Message

Terry Guo Jan. 26, 2015, 8:47 a.m. UTC
Hi there,

This patch intends to update gcc 5.0 change.html to deprecate TPCS related options because TPCS is obsoleted per the ABI document at http://infocenter.arm.com/help/topic/com.arm.doc.ihi0042e/IHI0042E_aapcs.pdf. Is it OK?

BR,
Terry

Comments

Gerald Pfeifer Jan. 26, 2015, 11:33 a.m. UTC | #1
On Monday 2015-01-26 16:47, Terry Guo wrote:
> This patch intends to update gcc 5.0 change.html to deprecate TPCS 
> related options because TPCS is obsoleted per the ABI document at 
> http://infocenter.arm.com/help/topic/com.arm.doc.ihi0042e/IHI0042E_aapcs.pdf. 
> Is it OK?

From a language perspective I suggest to say "The options <<list 
the options here>> related to the old ABI..." or "The options related
to the old ABI -- <<list the options>> -- ...", where I somewhat
prefer the former.

Please wait for Richard or Ramana for final review and approval.

Gerald
diff mbox

Patch

Index: htdocs/gcc-5/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.72
diff -u -r1.72 changes.html
--- htdocs/gcc-5/changes.html	25 Jan 2015 23:47:32 -0000	1.72
+++ htdocs/gcc-5/changes.html	26 Jan 2015 03:23:35 -0000
@@ -501,8 +501,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> have been deprecated.
+      <li> The options relating to the old ABI <code>-mapcs</code>,
+      <code>-mapcs-frame</code>, <code>-mtpcs-frame</code> and
+      <code>-mtpcs-leaf-frame</code> have been deprecated.
       </li>
       <li>The transitional options <code>-mlra</code> and <code>-mno-lra</code>
        have been removed. The ARM backend now uses the local register allocator