X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Thu, 27 Dec 2001 10:43:50 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Richard Dawe cc: djgpp-workers AT delorie DOT com Subject: Re: gcc 3.0.2 and -ggdb debugging info In-Reply-To: <3C2A0CDA.865087B5@phekda.freeserve.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 26 Dec 2001, Richard Dawe wrote: > I have gcc 3.0.2, gdb 5.0 and binutils 2.11.2. I upgraded to gdb 5.0 the > other day, when I hit this problem. My gcc 3.0.2 binaries are pretty > recent too - they should have the fix Andris made for the problem with > compiling Allegro. My binutils 2.11.2 was dated mid-July, but I just > upgraded to the latest version (November 15) and I still get no warning > message from gdb 5.0. > > I've put new versions of the zippo executable built with -ggdb3 here: > > http://www.phekda.freeserve.co.uk/richdawe/djgpp/gdb/ I finally succeeded to download these in a way that I could look into them (it sounds like Netscape was confused about the type of the files-it thought they were text files, so it converted them to DOS CRLF format). > There are two versions - built with gcc 3.0.2 and 3.0.3. Both executables have a valid DWARF2 debug info. So I conclude that the upgrade to the latest Binutils was what you needed. IIRC, Mark indeed fixed some DWARF2-related problems in that latest upload.