Subject: Re: COMPAT_LINUX vsyscall
To: Ian Lance Taylor <ian@airs.com>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-kern
Date: 05/02/2005 12:44:32
On May 2, 2005, at 12:37 PM, Ian Lance Taylor wrote:
> Another interesting approach would be to multi-arch the symbols in
> libc, and have the dynamic linker pick the one which is best for the
> current system. I don't know of any system which does that.
We already kind of have that support in the dynamic linker -- see how
it is used for libm on the i386 platform.
-- thorpej