[PATCH] Move abilist files into sysdep dirs.
Joseph S. Myers
joseph@codesourcery.com
Fri Apr 27 19:02:00 GMT 2012
On Fri, 27 Apr 2012, Andreas Jaeger wrote:
> I think it's fine that nptl is required (if my understanding of the "thread"
> keyword in abilists is correct), just wanted to point this out so we can think
> whether it makes a difference.
If you use --disable-sanity-checks then you should expect a library
incompatible with the standard ABI (and so expect ABI tests to fail).
In general, all you need to have abilists for different configurations is
suitable sysdeps directories for each configuration. While you *could*
put the files in nptl/sysdeps/unix/sysv/linux/<arch>, so leaving
sysdeps/unix/sysv/linux/<arch> for a non-NPTL version, I don't think that
really makes sense; I think it's better to put the files for the standard
configurations directly in sysdeps/unix/sysv/linux/<arch>.
--
Joseph S. Myers
joseph@codesourcery.com
More information about the Libc-alpha
mailing list