This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Move abilist files into sysdep dirs.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]