This is the mail archive of the libc-alpha@sources.redhat.com 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]

Re: A patch to add --with-oldest-abi=ABI. [Re: A patch to add --disable-old-version.]


On Fri, Dec 01, 2000 at 12:52:25PM -0500, Ben Collins wrote:
> 
> I agree. For this to be worthwhile, it needs to support dropping the older
> interfaces, as opposed to being restrictive to just "the latest". Like if
> there is a 2.0 and 2.1 version (but no 2.2) for a symbol, just drop the 2.0,
> and keep the 2.1.
> 

That is how my patch works. It basically drops the older versions up to
the version you specified. It depends on the correct usage of

#if SHLIB_COMPAT (...)
...
#endif

My patch exposed some SHLIB_COMPAT usage bugs, which I have sent a
patch for.

-- 
H.J. Lu (hjl@valinux.com)

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