From: "Christopher Nelson" <paradox AT gye DOT satnet DOT net>
To: <djgpp AT delorie DOT com>
Subject: Re: Relocation.
Date: Tue, 15 Jun 1999 11:31:18 -0600
Message-ID: <01beb754$e0bbea20$d8c2ddd0@thendren>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 4.71.1712.3
X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3
Reply-To: djgpp AT delorie DOT com

>> Could someone tell me how I can load a COFF ro A.OUT format executable,
>> implementing relocation on it as well? Also, I'd like to knwo what I have
to
>> do to get relocation info in my binaries, in the first place...
>>
>> Any pointers to existing source code would be greatly appreciated....


I have a package that does precisely this.  The COFF-specific code is fairly
independent, so I can send you a copy of it if you like.  There are a couple
of gotcha's involved, so let me know if you don't understand WHY i did
something.

    -={C}=-