diff mbox

[wwwdocs] PATCH for Re: Commit: XStormy16: Add support for -fstack-usage

Message ID alpine.LNX.2.00.1209021635450.4718@trevally.site
State New
Headers show

Commit Message

Gerald Pfeifer Sept. 2, 2012, 3:19 p.m. UTC
On Tue, 31 Jul 2012, Nick Clifton wrote:
>   I am checking in the patch below to add support for reporting stack
>   usage by the XStormy16 backend.

This ass a note to our release notes; applied.

Anything you'd like to add or tweak?

(Is "stormy" fine as an anchor, or should we go for "xstormy" or
the full "xstormy16"?  I used what we have for the port itself...)

Gerald

Comments

Nick Clifton Sept. 3, 2012, 9:38 a.m. UTC | #1
Hi Gerald,

> Anything you'd like to add or tweak?

No, it is fine thanks.

> (Is "stormy" fine as an anchor, or should we go for "xstormy" or
> the full "xstormy16"?  I used what we have for the port itself...)

I like the full "xstormy16" as well.  I think that the fact that the gcc 
backend sources are in a directory called "stormy16" is just a 
historical curiosity...

Cheers
   Nick
diff mbox

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v
retrieving revision 1.24
diff -u -3 -p -r1.24 changes.html
--- changes.html	29 Aug 2012 19:22:47 -0000	1.24
+++ changes.html	2 Sep 2012 14:35:41 -0000
@@ -293,6 +293,13 @@  by this change.</p>
     <li>Added optimized instruction scheduling for Niagara4.</li>
   </ul>
 
+<h3 id="stormy">XStormy16</h3>
+
+  <ul>
+    <li>This target now supports the <code>-fstack-usage</code> 
+    command-line option.</li>
+  </ul>
+
 <!--
 <h2>Documentation improvements</h2>
 -->