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: malloc hooks


On Thu, 8 Jun 2017, Florian Weimer wrote:

> >> We currently do not have SHLIB_COMPAT support at the Makefile level.  If
> >> you have a port that bumps the compat level past 2.25, I can probably
> >> come up with an implementation of that.
> >>
> > 
> > is it ok to ifdef out the test code if compat level >2.25 ?
> > then there is no need for makefile changes
> 
> You can try, but if I recall things correctly, SHLIB_COMPAT is not
> available for !SHARED, either.

SHLIB_COMPAT is unconditionally 0 in the !SHARED case.  I think Makefile 
support is probably the right thing for conditioning such tests.

-- 
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]