This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: less dwarf2 debug info stored in .o on ia64
- From: Devang Patel <dpatel at apple dot com>
- To: Rens Sankar <rens dot sankar at wipro dot com>
- Cc: gcc mailing list <gcc at gcc dot gnu dot org>
- Date: Wed, 7 Jan 2004 20:47:56 -0800
- Subject: Re: less dwarf2 debug info stored in .o on ia64
- References: <3FFBA452.4010105@wipro.com>
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