Subject: Re: COMPAT_LINUX: assembly level tricks (long)
To: None <port-powerpc@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: port-powerpc
Date: 01/17/2001 00:06:33
In article <1enbt6u.1r5zgufueiv2nM@[10.0.12.137]>,
Emmanuel Dreyfus <p99dreyf@criens.u-psud.fr> wrote:
>Hi!
>
>I have a problem with dynamic linking in Linux emulation. With Linux's
>ld.so-1.7.0 everything is fine. With ld.so-2.1.3 (which is mandatory if
>we want to run Netscape or the JDK), dynamically linkied executables do
>not get their arguments anymore.
>

You should be able to have the exec code put the argument wherever linux
wants them. You can also check the version of the linker and put them
in a different place so all versions work.

christos