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]
Other format: [Raw text]

Re: less dwarf2 debug info stored in .o on ia64



On Jan 6, 2004, at 10:16 PM, Rens Sankar wrote:


When I declared instances of these missing structures in the .c file, the information came to the .o file.

Is this a problem with gcc in getting the debug information in dwarf2 format?

dwarf2 debug info generator prunes unused types to reduce debug info bloat.
Try -fno-eliminate-unused-debug-types.


Though, I do not understand why you're seeing different results on i386 and ia64.

--
Devang


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