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: Inconsistent behavior of ld.so


On Wed, Sep 17, 2003 at 02:02:57PM -0700, Ulrich Drepper wrote:
> H. J. Lu wrote:
> > When a versioned definition is moved from one DSO to another, ld.so may
> > or may not give an error depending on where the definition is moved to.
> 
> The current behavior is intended.  We've experimented a lot with others
> and this is the best.
> 

It is unreliable and you can't depend on it for anything. You can't use
it to prevent or allow moving a versioned definition to another DSO. It
only slows down the dynamic linker and causes unnecessary confusion.


H.J.


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