Date: Thu, 20 Jun 1996 19:51:26 +0200 (IST) From: Eli Zaretskii To: Nicola Gaggi Cc: djgpp AT delorie DOT com Subject: Re: COFF description In-Reply-To: <4qb0mu$brt@leporello.cs.unibo.it> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 20 Jun 1996, Nicola Gaggi wrote: > : I am looking for the definition or description of the COFF > : format. Where should I look at? > > I am looking for this me too, can anybody mail me some information? DJGPP has a header coff.h in the include directory. It's not much, but it's a beginning. Some additional info can be found in the sources of the v2 debug support functions--see the file src/debug/common/v2load.c in the DJGPP source distribution djlsr200.zip.