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: PATCH: Fix the mips ld.so


On Wed, Aug 29, 2001 at 11:54:18AM -0700, Daniel Jacobowitz wrote:
> On Wed, Aug 29, 2001 at 11:27:17AM -0700, H . J . Lu wrote:
> > FYI, don't bother with the mips64 ld.so. It has been broken for a long
> > time. We can fix it after we get a working mips64 binutils.
> > 
> > 
> > H.J.
> > ---
> > 2001-08-29  H.J. Lu  <hjl@gnu.org>
> > 
> > 	* sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
> > 	ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
> > 	_dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
> 
> Could you perhaps say what problem this change addresses?  What is 'broken'?

The interfaces of _dl_lookup_versioned_symbol/_dl_lookup_symbol were
changed. Now, they take ELF_RTYPE_CLASS_XXX instead of relocation type.


H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]