X-Apparently-To: clax86 AT yahoo DOT com via web1705.mail.yahoo.com X-Track2: 2 X-Track: 1-1: 40 From: Eli Zaretskii Newsgroups: comp.lang.asm.x86,comp.os.msdos.djgpp Subject: Re: COFF - relocation entries Organization: NetVision Israel Lines: 18 References: <81oubk$ku0$2 AT autumn DOT news DOT rcn DOT net> <81rg7i$5lg$5 AT autumn DOT news DOT rcn DOT net> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Sender: eliz AT is In-Reply-To: <81rg7i$5lg$5@autumn.news.rcn.net> X-Mozilla-Status: 0801 Approved: NNTP-Posting-Host: lou-ts7-12.iglou.com X-Original-NNTP-Posting-Host: lou-ts7-12.iglou.com Message-ID: <3842b8fe@news.iglou.com> Date: 29 Nov 1999 12:33:50 -0500 X-Trace: 29 Nov 1999 12:33:50 -0500, lou-ts7-12.iglou.com X-Original-NNTP-Posting-Host: news-incoming.iglou.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 28 Nov 1999, Mark & Candice White wrote: > Just out of curiosity why are you using COFF not ELF? > ELF has object, and linked forms like COFF, but also a > dynamically linkable form too. According to Dark Fiber: > http://www.mega-tokyo.com/os/os-faq.html > recompiling the dos bintools to work with ELF is not to hard. Moving DJGPP to ELF involves much more than reconfiguring Binutils. The stub loader needs to be rewritten, the entire debug support library needs to be enhanced to know about ELF debug info, several core development tools need major revisions, and all the toolkit libraries that use assembly need to be revised. For such a formidable task, there's currently not enough motivation. More details about this can be found in section 22.21 of the DJGPP FAQ list.