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: shared lib problem on PPC (was: Re: glibc 2.1.92 tst-getdate failure on linuxppc)


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

> (gdb) p *undef_map
> $12 = {l_addr = 268292096, l_name = 0x30026b78 "/lib/libdl.so.2", l_ld =
> 0xffef048, l_next = 0x30026d58, l_prev = 0x30026720, l_libname =

This is wrong.  The dynamic linker certainly does not contain this
undefined symbol.  The call comes _dl_sym.  There is some code to
determine the caller.  But this actually must be irrelevant.  There
must be no relocation dependencies being created for dlsym() lookups.
So I'll have to change the lookup functions a bit.  Watch the CVS
archive, I'll check in some changes soon.

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