libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Libunwind-devel] exception handlers and static linking


From: Arun Sharma
Subject: Re: [Libunwind-devel] exception handlers and static linking
Date: Thu, 12 Jun 2008 19:33:19 -0700

On Thu, Jun 12, 2008 at 6:46 PM, Dan Williams <address@hidden> 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
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]