<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Alexandre Julliard wrote:
<blockquote cite="mid87zmmi6fns.fsf@wine.dyndns.org" type="cite">
  <pre wrap="">Troy Rollo <a class="moz-txt-link-rfc2396E" href="mailto:wine@troy.rollo.name">&lt;wine@troy.rollo.name&gt;</a> writes:

  </pre>
  <blockquote type="cite">
    <pre wrap="">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.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
4. Define an _end symbol in .data, that's good enough for what we
   need.

  </pre>
</blockquote>
Could you guys fill me in on what's going on with this? Is someone
trying to compile Wine on a SPARC? I thought Wine was only for x86 and
x86_64...<br>
</body>
</html>