This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch/rebase] rebase -i and more


On 6/21/2011 8:25 AM, Corinna Vinschen wrote:
> - On Cygwin, check if a DLL has been rebased into the address space
>   taken by the Cygwin DLL.  If so, rebase again.
> 
> Ok to apply?

No need for Corinna to do the following; I'll handle it. This email is
just a reminder-to-self.

Need to modify the code implementing the behavior above, to do the same
if __MSYS__ (but with '/bin/msys-1.0.dll').  Complicated because msys
compiler defines both __CYGWIN__ and __MSYS__ (which usually assists
porting efforts, but in this case is counterproductive).

Need to take care also if __MINGW32__?  Often used in msys/mingw
installations to rebase the msys/ tree...investigate later.

--
Chuck


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]