Re: [www-docs] Add note to gcc-4.8/changes.html that DWARF4 is now the default.

2012-11-24 Thread Gerald Pfeifer
On Wed, 21 Nov 2012, Mark Wielaard wrote: > 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: I applied the followi

Re: [www-docs] Add note to gcc-4.8/changes.html that DWARF4 is now the default.

2012-11-21 Thread Mark Wielaard
On Wed, 2012-11-21 at 11:16 +0100, Jakub Jelinek wrote: > On Wed, Nov 21, 2012 at 11:13:47AM +0100, Mark Wielaard wrote: > > + VxWorks is still -g-dwarf2 -gstrict-dwarf. > > s/-g-dwarf2/-gdwarf-2/ Oops. Fixed. Thanks, Mark

Re: [www-docs] Add note to gcc-4.8/changes.html that DWARF4 is now the default.

2012-11-21 Thread Jakub Jelinek
On Wed, Nov 21, 2012 at 11:13:47AM +0100, Mark Wielaard wrote: > + VxWorks is still -g-dwarf2 -gstrict-dwarf. s/-g-dwarf2/-gdwarf-2/ Jakub