From patchwork Wed Sep 22 23:50:19 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [wwwdocs] gcc-4.6/changes.html: document -fno-omit-frame-pointer changes Date: Wed, 22 Sep 2010 13:50:19 -0000 From: Gerald Pfeifer X-Patchwork-Id: 65477 Message-Id: To: gcc-patches@gcc.gnu.org, 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 @@
  • Support for emitting profiler counter calls before function prologues. This is enabled via a new command-line option -mfentry.
  • +
  • The default setting (when not optimizing for size) for 32-bit + Linux and Darwin x86 targets has been changed to + -fomit-frame-pointer. The default can be reverted + to -fno-omit-frame-pointer by configuring GCC with + the --enable-frame-pointer configure option.
  • MIPS