From: "Mark E." To: djgpp AT delorie DOT com Date: Fri, 27 Apr 2001 09:02:47 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: ANNOUNCE: Binutils 2.11 released Message-ID: <3AE935B7.8790.1BC954@localhost> In-reply-to: <3405-Fri27Apr2001092357+0300-eliz@is.elta.co.il> References: <200104261711 DOT NAA00607 AT delorie DOT com> (snowball3 AT bigfoot DOT com) X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > DWARF2 should already be supported by GDB; True, but the current gdb SimTel binary doesn't have a version of the bfd library with coff support for dwarf2 which includes a call to 'find nearest dwarf2 line' when searching for the nearest line number. gdb 5.0 for DJGPP can't debug dwarf2 since it has an older version of the bfd library that doesn't have that call. Mark