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

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

Reply via email to