|
From: Julian S. <js...@ac...> - 2011-02-10 11:19:33
|
On Thursday, February 10, 2011, Tom Hughes wrote: > It looks like 2.13 is provoking a new complaint in ld.so that we should > probably suppress: > > ==26778== Conditional jump or move depends on uninitialised value(s) > ==26778== at 0x613E7AAB: index (strchr.S:59 in /lib64/ld-2.13.so) Add a hardwired redirect for it, in m_redir.c, as we do for x86_linux, you mean? I'd prefer that to suppressing it. J |