This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] make DWARF2_DEBUG the default for ELF platforms.


On Wed, Dec 05, 2001 at 02:55:26PM -0800, David O'Brien wrote:
> 2001-12-05  David O'Brien  <obrien@FreeBSD.org>
> 
> 	* elfos.h (PREFERRED_DEBUGGING_TYPE): Change to DWARF2_DEBUG.
> 
> 
> Index: elfos.h
> ===================================================================
> RCS file: /cvs/gcc/egcs/gcc/config/elfos.h,v
> retrieving revision 1.39
> diff -u -r1.39 elfos.h
> --- elfos.h	2001/11/28 09:47:25	1.39
> +++ elfos.h	2001/12/05 22:52:30
> @@ -83,11 +83,12 @@
>  
>  #include "dbxelf.h"
>  
> -/* The GNU tools operate better with stabs.  Since we don't have
> -   any native tools to be compatible with, default to stabs.  */
> +/* The GNU tools operate better with dwarf2, and it is required by some
> +   psABI's.  Since we don't have any native tools to be compatible with,
> +   default to dwarf2.  */

Have you actually verified this comment?

For instance, I am fairly certain that MIPS dwarf2 is completely
broken right now.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]