From: Karl Rasmussen Newsgroups: gnu.gcc.help,comp.os.msdos.djgpp Subject: re: bfd for omf Date: Thu, 03 Aug 2000 13:19:04 -0500 Organization: CompuServe Interactive Services Lines: 21 Message-ID: <3989B798.C371D54B@vvm.com> NNTP-Posting-Host: firewallext.tx.acer.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sshuraab-i-1.production.compuserve.com 965327051 29404 206.175.72.226 (3 Aug 2000 18:24:11 GMT) X-Complaints-To: newsmaster AT compuserve DOT com NNTP-Posting-Date: 3 Aug 2000 18:24:11 GMT X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.14-15mdk i686) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I am considering writing a bfd to read and process the 16 bit omf object format. Basically I want to use ld (with my new bfd) to link / locate objects from gcc and a legacy 16 bit C compiler. First: anyone already done this? (can't find anything, myself.) Second: Any one suggest helpful resources? I have the bfd info pages, bfd source code, and the object file format spec. Related to both points above, I also have source for djlink. It supports OMF but is not as full featured a linker as we need, like ld is. Third: Any advice or wisdom? Is there not one because it fell below the line on the priority / resource list, or is there some issue? Am I crazy, or should this be no big deal? Is there a close bfd that is a good starting point? TIA, Karl Rasmussen