| To: | "Bradley D. LaRonde" <brad@laronde.org>, "Daniel Jacobowitz" <dan@debian.org> |
|---|---|
| Subject: | RE: [uClibc] Re: uclibc mips ld.so and undefined symbols with nonzerosymbol table entry st_value |
| From: | "Joakim Tjernlund" <joakim.tjernlund@lumentis.se> |
| Date: | Tue, 11 May 2004 18:33:42 +0200 |
| Cc: | <uclibc@uclibc.org>, "Richard Sandiford" <rsandifo@redhat.com>, <linux-mips@linux-mips.org> |
| Importance: | Normal |
| In-reply-to: | <046a01c43763$42feeeb0$8d01010a@prefect> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
> >
> > 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.
Jocke
|
| Previous by Date: | Re: uclibc mips ld.so and undefined symbols with nonzero symbol table entry st_value, Daniel Jacobowitz |
|---|---|
| Next by Date: | Re: [uClibc] Re: uclibc mips ld.so and undefined symbols with nonzerosymbol table entry st_value, Bradley D. LaRonde |
| Previous by Thread: | Re: uclibc mips ld.so and undefined symbols with nonzero symbol table entry st_value, Daniel Jacobowitz |
| Next by Thread: | Re: [uClibc] Re: uclibc mips ld.so and undefined symbols with nonzerosymbol table entry st_value, Bradley D. LaRonde |
| Indexes: | [Date] [Thread] [Top] [All Lists] |