This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libbacktrace patch committed: Trace through shared libraries


On Wed, Oct 10, 2012 at 7:13 AM, Rainer Orth
<ro@cebitec.uni-bielefeld.de> wrote:
>
> Solaris 10 Update 10 or sufficiently recent linker patches introduced
> dl_iterate_phdr on S10 as a backport from Solaris 11, but unlike S11, it
> lives in libdl.so only.  The current dl_iterate_phdr check misses that,
> and given that it's only available in the most recent update, it's
> probably best to avoid d_i_p on Solaris 10 altogether.

Does this patch fix the problem?

Ian

Attachment: foo.patch
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]