X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Mon, 29 Dec 2003 18:00:05 -0500 Message-Id: <200312292300.hBTN05ga009259@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <3ff0acdf_8@corp.newsgroups.com> (nospam@nspam.net) Subject: Re: BFD References: <3ff0acdf_8 AT corp DOT newsgroups 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 > If djgpp's Binary Format Descriptor is COFF, then what is this Win/PE? PE is a variant of COFF. It's similar in format to djgpp's COFF (in fact, they share many source files in binutils) but it is not compatible. The objects are very similar (but not quite), but the executables are very different.