This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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: [PATCH] Further steps towards GL(dl_dynamic_weak) == 0 everywhere


I've applied the IA64 patch, the LinuxThread cancellation patch, and
this patch.  Seems to work fine.  Thanks.

But I really think that the LinuxThreads code shouldn't receive that
much attention.  It is not necessary to have cancellation working as in
nptl to disable the special weak handling in ld.so.  If the same ld.so
is used for nptl and linuxthreads just add a hack which disables the
correct weak handling for LinuxThreads binaries.  Well, if you want to
continue to do the cancellation adjustment, feel free, but I think it's
really wasted time.

-- 
--------------.                        ,-.            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]