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: PATCH: Unset _dl_dynamic_weak


On Tue, Sep 11, 2001 at 05:28:17PM -0700, Ulrich Drepper wrote:
> "H . J . Lu" <hjl@lucon.org> writes:
> 
> > Which symbols should I watch for? I am enclosing symbols from
> > /lib/librt.so.1 and /lib/libpthread.so.0.
> 
> I don't know exactly anymore what it was.  If I have time I'll
> reproduce it.  But since nothing changed in that area ld.so's default
> cannot be changed.

But if either /usr/lib/librt.so has
GROUP(/lib/libpthread.so.0 /lib/librt.so.1)
or until DSO groups are implemented librt.so.1 has DT_FILTER libpthread.so.0
instead of DT_NEEDED libpthread.so.0 in the current GNU semantics,
_dl_dynamic_weak can be cleared, cannot it?

	Jakub


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