Port-powerpc archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: COMPAT_LINUX: assembly level tricks (long)



In article <1enbt6u.1r5zgufueiv2nM@[10.0.12.137]>,
Emmanuel Dreyfus <p99dreyf%criens.u-psud.fr@localhost> 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



Home | Main Index | Thread Index | Old Index