Subject: Re: COMPAT_LINUX vsyscall
To: Christos Zoulas <christos@tac.gw.com>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-kern
Date: 05/02/2005 08:43:32
On May 2, 2005, at 6:15 AM, Christos Zoulas wrote:
> In article <pan.2005.05.02.07.52.06.572733@st.mff.cuni.cz>,
> There are many ways to do this, but the easiest is probably to
> stuff the
> address where they start in setregs().
But that requires changes to crt* to get the information and do
something useful with it. It would be nice to devise a scheme
whereby all dynamically-linked programs could take advantage of it
without having to re-link against new crt*. Possibly a ctor in libc?
-- thorpej