From: "Andrew Crabtree" Newsgroups: comp.os.msdos.djgpp Subject: Re: COFF obsolete, let's port to Elf for version 3 Date: Mon, 18 May 1998 11:26:27 -0700 Organization: Hewlett-Packard, Roseville Lines: 16 Message-ID: <6jpugg$luo$1@rosenews.rose.hp.com> References: NNTP-Posting-Host: ros51675cra.rose.hp.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Salvador Eduardo Tropea (SET) wrote in message ... >Somebody must start enabling ELF in Binutils and in GDB and I doubt that's a >simple task. Binutils should be pretty easy (famous last words :). I looked through it and it seems straightforward. GCC is IMO the problem child. For instance, rewriting the stuff to generate labels, or getting rid of pre-pending underscores. That, plus any enhancements for the new sections that elf supports. And then there would be dwarf 2 debugging as well I think. I just don't see it being worth it. Once we (I) get collect2 working for djgpp we should be much better off with both fixed excepttion handling and proper template instantiation.