* [wwwdocs] gcc-4.6/changes.html: document -fno-omit-frame-pointer changes
@ 2010-09-23 10:46 Gerald Pfeifer
0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2010-09-23 10:46 UTC (permalink / raw)
To: gcc-patches, Uros Bizjak
I owed this to Uros for longer than I wanted to, sorry. Applied now.
Gerald
Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
retrieving revision 1.42
diff -u -3 -p -r1.42 changes.html
--- changes.html 20 Sep 2010 09:51:44 -0000 1.42
+++ changes.html 22 Sep 2010 23:48:05 -0000
@@ -249,6 +249,11 @@
<li>Support for emitting profiler counter calls before function
prologues. This is enabled via a new command-line option
<code>-mfentry</code>.</li>
+ <li>The default setting (when not optimizing for size) for 32-bit
+ Linux and Darwin x86 targets has been changed to
+ <code>-fomit-frame-pointer</code>. The default can be reverted
+ to <code>-fno-omit-frame-pointer</code> by configuring GCC with
+ the <code>--enable-frame-pointer</code> configure option.</li>
</ul>
<h3>MIPS</h3>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-09-22 23:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-23 10:46 [wwwdocs] gcc-4.6/changes.html: document -fno-omit-frame-pointer changes Gerald Pfeifer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).