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] Enable dwarf on darwin


> 
> This patch enables dwarf on Darwin. STABS is the still preferred and 
> default
> debugging format.
> 
> 2004-05-17  Devang Patel  <dpatel@apple.com>
> 
>          * config/darwin.h (DWARF2_DEBUGGING_INFO, 
> PREFERRED_DEBUGGING_TYPE,
>          DEBUG_FRAME_SECTION, DEBUG_INFO_SECTION, DEBUG_ABBREV_SECTION,
>          DEBUG_ARANGES_SECTION, DEBUG_MACINFO_SECTION, 
> DEBUG_LINE_SECTION,
>          DEBUG_LOC_SECTION, DEBUG_PUBNAMES_SECTION, DEBUG_STR_SECTION,
>          DEBUG_RANGES_SECTION): Define.
> 
> Here is the summary of dejagnu test run...
> 

Does dwarf2/3 work with a Panther as still or do you need a newer as.
If the later can you add a check in configure checking for this and enable
it iff there is support there as we do not want extraneous false postives.


Thanks,
Andrew Pinski


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