From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Merrill To: jkj@sco.com (J. Kean Johnston), gcc2@cygnus.com, egcs@cygnus.com Subject: Re: -g broken for DWARF2 on x86 platforms Date: Mon, 24 Nov 1997 00:32:00 -0000 Message-id: References: <19971123173837.19432.cygnus.gcc2@sco.com> X-SW-Source: 1997-11/msg00751.html >>>>> J Kean Johnston writes: > Compiling C++ stuff with -g is broken on any platform with uses (or can > use) DWARF or DWARF2. Both on SCO and Linux dwarf2 -g causes unknown > symbols (for example .L_T6310) to be output. -gdwarf2 produces DWARF 1 output (debug level 2). -gdwarf-2 produces DWARF 2 output. The undefined symbol bug appears only to affect dwarf 1. Jason