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!!!


Geoff Keating <geoffk@cygnus.com> writes:

> To fix this, the do_lookup routines in libc/elf/do-lookup.h need to be
> changed so that if this condition has not triggered:
> 
> 	  if (sym->st_value == 0 || /* No value.  */
> 	      (noplt && sym->st_shndx == SHN_UNDEF))
> 	    continue;

I don't like this a bit.  This is a hack to work around a problem.  It
seems to me that the PPC linker is broken.  It works on other
architectures and such a test is just adding unnecessary work.

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