From patchwork Wed Nov 21 10:13:47 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [www-docs] Add note to gcc-4.8/changes.html that DWARF4 is now the default. From: Mark Wielaard X-Patchwork-Id: 200622 Message-Id: <1353492827.2476.3.camel@springer.wildebeest.org> To: gcc-patches@gcc.gnu.org Date: Wed, 21 Nov 2012 11:13:47 +0100 As mentioned in some bug reports it should be documented that DWARF4 is now the default for 4.8 when -g is used (and that one might need a newer version of debugger/profiling/tracing tools to use it). So I added the following: Index: htdocs/gcc-4.8/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v retrieving revision 1.61 diff -u -r1.61 changes.html --- htdocs/gcc-4.8/changes.html 20 Nov 2012 19:49:00 -0000 1.61 +++ htdocs/gcc-4.8/changes.html 21 Nov 2012 10:07:59 -0000 @@ -53,6 +53,15 @@

General Optimizer Improvements (and Changes)