_end Symbol and Mac OS X

Alexandre Julliard julliard at winehq.org
Thu Nov 20 18:02:51 CST 2003


"Pierre d'Herbemont" <stegefin at free.fr> writes:

> I'll look deeper before my next try. I'll also try to see if there is
> a way to implement such a function directly in the darwin's code too.

I'd suggest using a bss symbol instead, the value should be close
enough for what we need and it avoids the whole dyld mess. Replacing
'extern char _end[]' by 'static char _end[1]' should do the trick.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list