[uClibc] Re: uclibc mips ld.so and undefined symbols with nonzerosymbol table entry st_value

Bradley D. LaRonde brad at laronde.org
Tue May 11 16:55:27 UTC 2004


----- Original Message ----- 
From: "Joakim Tjernlund" <joakim.tjernlund at lumentis.se>
To: "Bradley D. LaRonde" <brad at laronde.org>; "Daniel Jacobowitz"
<dan at debian.org>
Cc: <uclibc at uclibc.org>; "Richard Sandiford" <rsandifo at redhat.com>;
<linux-mips at linux-mips.org>
Sent: Tuesday, May 11, 2004 12:33 PM
Subject: RE: [uClibc] Re: uclibc mips ld.so and undefined symbols with
nonzerosymbol table entry st_value


> > >
> > > Probably, since MIPS doesn't have a copy reloc.
> >
> > How about the other copy reloc right below there:
> >
> >     else if (sym->st_shndx == SHN_COMMON) {
> >       *got_entry = (unsigned long) _dl_find_hash(strtab +
> >         sym->st_name, tpnt->symbol_scope, ELF_RTYPE_CLASS_COPY);
> >     }
> >
> > ?
>
> Perhaps DL_NO_COPY_RELOCS should be defined for MIPS then?
> see ldso/include/dl-elf.h.

For mips glibc 2.3.3 does:

#define elf_machine_type_class(type)            ELF_RTYPE_CLASS_PLT

and never uses ELF_RTYPE_CLASS_COPY directly (though it does use
ELF_RTYPE_CLASS_PLT directly).

Regards,
Brad




More information about the uClibc mailing list