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] Use SHLIB_COMPAT for libc symbols only if building libc.so


This seems worse to me.  I've been vaguely noodling about some centralized
macro regime to make the NOT_IN_*/IS_IN_* cases #if-friendly.  Let's figure
out what we want to do about those in general before considering
SHLIB_COMPAT.  I tend to think that it's a more maintainable interface to
have '#if SHLIB_COMPAT (libfoo, ...)' be a standalone test that encompasses
the IS_IN_libfoo test (just as it encompasses the SHARED test).


Thanks,
ROland


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