> When I look at elf/ld.so with `readelf -a' the plt section contains:
>
> 000168a4 5107 R_386_JUMP_SLOT __stpncpy
My hurd cross-build doesn't have that reference.
> Should the sym. value really be ?
>
> I'm not sure because:
>
> 00016884 4307 R_386_JUMP_SLOT 0
Details on the bug that I ran into in December on i386-gnu:
(http://sources.redhat.com/ml/libc-alpha/2002-12/msg00202.html)
Program received signal EXC_BAD_ACCESS, Could not access memory
0x in ?? ()
The problem seems to be this line:
73 return __stpnpy (__dst, __src, __len) - __dst;