tags 265678 +patch thanks ld.so for mips/mipsel resolves symbols to the lazy evaluation stub of in between libraries. The stubs aren't marked by anything beyond the section information, but their symbols are SHN_UNDEF. The appended patch works around this by ignoring SHN_UNDEF symbols in the resolver lookup function. It may break copy relocations on other architectures, so it should be mips specific. It also includes a INTUSE cleanup which is unrelated to this bug. I built and installed the resulting libc on several mips machines, fakeroot works, no ill effects observed so far. Thiemo #! /bin/sh -e # All lines beginning with `# DP:' are a description of the patch. # DP: Description: Workaround invalid resolving of lazy evaluation stubs # DP: Author: Thiemo Seufer