Date: Fri, 22 Nov 2002 20:38:56 -0500 Message-Id: <200211230138.gAN1cur21059@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <3dded421$0$21171$9b622d9e@news.freenet.de> (bdeck@lycos.co.uk) Subject: Re: a.out.h References: <3dde675f$0$29802$9b622d9e AT news DOT freenet DOT de> <200211221954 DOT gAMJsqm17743 AT envy DOT delorie DOT com> <3dded421$0$21171$9b622d9e AT news DOT freenet DOT de> Reply-To: djgpp AT delorie 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 > 1. How should the exec & nlist struct be defined (not in coff.h)? That would be the "optional header" documented on that web page. If it's not on the web page, djgpp doesn't use it. > 2. How would N_MAGIC be defiend? As ZMAGIC? That's documented on the web page. > 3. What about SEGMENT_SIZE ? Er, what? COFF defines each segment in the "Section Header" struct.