This is the mail archive of the libc-hacker@sourceware.cygnus.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]

Re: Problem with __malloc_hooks :-(


hjl@lucon.org (H.J. Lu) writes:

> You can call it a hack if you want. The preinit issue is a real
> problem. It also happens to other people. I believe that is why
> DT_PREINIT_XXXX was invented. I belive glibc 2.1.x should support
> preinit in one form or the other.

Wait a minute.  This are two completely different things.  Supporting
preinit is fine, but using it to fix a completely unrelated issue is
not acceptable.  Beside, glibc does not have to use the feature to
support it.  Especially since adding a preinit table to libc.so will
not help at all since it is never used (except if libc.so is executed
directly).

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