This is the mail archive of the libc-hacker@sourceware.cygnus.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: libc-internal thread-specific data revamp


Roland McGrath <roland@frob.com> writes:

> The following patches revamp the facilities for libc-internal
> thread-specific data used by malloc and the dynamic linker.

Thanks, I've applied the patch.

The only place where I can see possible problems is with replacing the
weak undefined symbols with the .bss/.data trick.  It works for all
platforms we are currently interested in and here only since we don't
support dynamically loading libpthread.  So it's in for now but we
should keep the eyes open for possible situations where this leads to
problems.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------


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