This is the mail archive of the gcc@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]

perfered ELF debugging format for GNU tools


gcc/config/elfos.h says:

    /* The GNU tools operate better with stabs.  Since we don't have
       any native tools to be compatible with, default to stabs.  */
    
    #ifndef PREFERRED_DEBUGGING_TYPE
    #define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
    #endif


Doesn't GNU [ELF] tools operate better with DWARF2_DEBUG now days?

-- 
-- David  (obrien@FreeBSD.org)

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