This is the mail archive of the libc-alpha@sources.redhat.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: Versioning mess proved!!!


Franz Sirl <Franz.Sirl-kernel@lauterbach.com> writes:

> the zlib example compiled against glibc-2.1.94 and 
> zlib.so-compiled-against-2.1.3:
> [fsirl@enzo:/cvsx/rawhide/zlib-1.1.3]$ objdump -R example|grep gmon
> 10012ee8 R_PPC_GLOB_DAT    __gmon_start__
> 10013104 R_PPC_JMP_SLOT    __gmon_start__
> 
> And I guess this double relocation is the culprit then?

This is definitely wrong.  A PLT jump obviously cannot be weak since
you jump anyway.

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