[PATCH] Fix backtrace in statically linked programs on ia64/x86-64/s390{,x}

Jakub Jelinek jakub@redhat.com
Tue Jun 8 13:53:00 GMT 2004


On Tue, Jun 08, 2004 at 08:41:54AM -0500, Steve Munroe wrote:
> > libgcc_s.so's unwinder has no way to get at the statically linked binary's
> > unwind tables.  For -static, we really want to use _Unwind_* stuff
> > from libgcc_eh.a.
> > 
> 
> Alan, Is this needed for PPC32/PPC64 as well?

Neither PPC, nor IA-32 use unwind info in backtrace(3).
Until they do, such change is not needed for them.

	Jakub



More information about the Libc-hacker mailing list