Date: Thu, 28 Jun 2001 22:16:51 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <4331-Thu28Jun2001221650+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 In-reply-to: <3b3b4af5.212572777@news.primus.ca> (invalid@erehwon.invalid) Subject: Re: Strange behavior of compiler. References: <3b3b4af5 DOT 212572777 AT news DOT primus DOT ca> 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 > From: invalid AT erehwon DOT invalid (Graaagh the Mighty) > Newsgroups: comp.os.msdos.djgpp > Date: Thu, 28 Jun 2001 15:20:05 GMT > > > >It's not broken more than it is on Unix. There are known limitations > >with stabs, but they are inherent to its design, not specific to DJGPP. > >And the COFF debug limitations are much more grave. > > Yeah, that was it, there was some reason this wouldn't work right > until you switched to the elf format, which you hadn't yet. You are mixing object format with debug info format. ELF is an object file format. The best format for debug info currently known to humankind is DWARF2, and that's where DJGPP is heading: COFF object format with DWARF2 debug info.