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]

Re: [PATCH] Make sunrpc more lazy binding (or prelinking) friendly


Jakub Jelinek <jakub@redhat.com> writes:

> sunrpc puts abort into its xp_ops. This results in 6 more
> non-relative relocations than necessary (and usually 6 conflicts
> with prelinking, since it is pretty common that main binary calls
> abort() somewhere and thus has a PLT entry for abort which those
> function pointers in sunrpc need to resolve to).

Makes sense.  Thanks,

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 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]