Date: Sat, 23 Nov 2002 09:03:41 -0500 Message-Id: <200211231403.gANE3fg28636@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: <3ddf3e97$0$29791$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> <200211230138 DOT gAN1cur21059 AT envy DOT delorie DOT com> <3ddf3e97$0$29791$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 > It appears not to (as far as I could see with the web page). Not directly > anyway. Then djgpp doesn't use it. DJGPP is *not* an a.out system. Any code that assumes that will need to be changed. > > > 3. What about SEGMENT_SIZE ? > > > > Er, what? COFF defines each segment in the "Section Header" struct. > > This is important I think. It is address of data segment in memory after it > is loaded. COFF doesn't work that way.