On Tue, May 11, 2004 at 10:21:33AM -0400, Bradley D. LaRonde wrote: > 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); > } I don't know anything about the uclibc linker code, so I'm not sure. That's probably OK as future proofing against a copy reloc someday. -- Daniel Jacobowitz