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: GCC 3.2.3 - Undefined symbols .L_Ennn


McM57 wrote:
gcc seems to produce incorrect assembly code when
using -gdwarf and -o1 options.

This isn't a very useful testcase, as I don't have a copy of the chrorus stdlib.h file. Preprocessed source is more useful for bug reports.


Anyways, there are known problems with the DWARF1 support, it has been unmaintained for a while, and it has very few if any users. It is likely to be removed in a future release. The current release 3.3 gives a warning
tmp.c:0: warning: support for the DWARF1 debugging format is deprecated


The workaround is to use DWARF2 instead.  Or alternatively stabs.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com


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