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]
Other format: [Raw text]

Re: Possible ld.so modifications


Roland McGrath wrote:
>  then you can't do anything with symbol versioning that is materially
> better than bumping the soname for every release that might change any ABI
> in the slightest.  That is by far the simplest way to ensure that
> compatibility is never broken, it's just quite wasteful of space and of the
> resources to rebuild a lot of 

Not even this is unfortunately true unless you can recompile all
binaries.  In addition it would be necessary to use different interface
names.  So effectively, there is no way around using symbol versioning.

-- 
--------------.                        ,-.            444 Castro Street
Ulrich Drepper \    ,-----------------'   \ Mountain View, CA 94041 USA
Red Hat         `--' drepper at redhat.com `---------------------------


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