On Thu, Jun 12, 2008 at 6:46 PM, Dan Williams <[EMAIL PROTECTED]>
wrote:

>
> linking), the implementation of dl_iterate_phdr is:
>
> {
>  __set_errno (ENOSYS);
>  return -1;
> }
>

Newer versions of glibc have this fixed. If you can't upgrade, you might
have to back port the patch.
There is a git mirror of glibc which might make it easier to find the
relevant patch.

 -Arun
_______________________________________________
Libunwind-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/libunwind-devel

Reply via email to