SPARC assembly won't compile, problems with NT headers

Alexandre Julliard julliard at winehq.org
Fri Dec 30 04:30:15 CST 2005


Troy Rollo <wine at troy.rollo.name> writes:

> 1. Modify the executable after the link phase;
> 2. Put what we can into SizeOfImage (which could only be one part of the 
> calculation - presumably "_end") and adjust at load time; or
> 3. Don't rely on the assembler to put anything meaningful in there and 
> calculate the whole thing at load time.

4. Define an _end symbol in .data, that's good enough for what we
   need.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list