This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: C++/DWARF 1 undefined symbols - egcs-19990524
- To: ehr at listworks dot com
- Subject: Re: C++/DWARF 1 undefined symbols - egcs-19990524
- From: Toshiyasu Morita <tm at netcom dot com>
- Date: Thu, 27 May 1999 15:04:46 -0700 (PDT)
- Cc: egcs-bugs at egcs dot cygnus dot com
> When I compile programs with -g (DWARF 1) debugging turned on, I get
> undefined assembler symbols. It is only in DWARF 1 output and only when -g
> is specified. Here is some of the offending assembler listing (yes -- I did
> compile with -fverbose-asm, but I didn't get the comments! 8-\ ):
Try -dA instead of -fverbose-asm.
Toshi