RE: Re[3]: Yasm working with Win32
Simon Marlow <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.all |
|---|---|
| Message-ID | <A50988F69402FB47B4D860B67FB51FA14B37F26D__23498.3211769306$1166095167$gmane$org@EA-EXMSG-C311.europe.corp.microsoft.com> |
Peter Tanski wrote:
> On Dec 12, 2006, at 4:15 AM, Simon Marlow wrote:
>
>> You haven't allayed my fears. If a Yasm-generated object file has
>> a special .reloc/.stab section to handle complex relocations, and
>> the GNU linker understands this special section, won't the MS
>> linker choke on it? Or are complex relocations done in the same
>> way by the MS tools too?
>
> I tracked down the cause of the problem with the .comment section.
> It was not caused by Yasm and will not cause a problem with the MS
> tools.
This all looks good, thanks for investigating Peter. The Windows native port gets a step closer!
Cheers,
Simon