http://bugs.winehq.org/show_bug.cgi?id=16023
--- Comment #25 from Tijl Coosemans tijl@ulyssis.org 2008-12-29 17:36:24 --- Interesting. But to clarify a few things, the preloader and the ELF loader are different things. The wine-preloader already exists for Linux (loader/preloader.c). It's a static program that reserves some memory regions that are important to Wine and then loads the actual Wine program. The ELF loader I'm suggesting would be to allow Wine to load .dll.so libraries in the way it wants to independent of the system ELF loader.