PATCH: Unset _dl_dynamic_weak
Jakub Jelinek
jakub@redhat.com
Wed Sep 12 01:15:00 GMT 2001
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
More information about the Libc-alpha
mailing list