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

Roland McGrath roland@redhat.com
Fri Jun 11 19:28:00 GMT 2004


> 2004-06-08  Jakub Jelinek  <jakub@redhat.com>
> 
> 	* sysdeps/s390/s390-32/backtrace.c (init): Guard with #ifdef SHARED.
> 	(unwind_backtrace, unwind_getip): Define #ifndef SHARED.
> 	(__backtrace): Don't call init #ifndef SHARED.
> 	* sysdeps/s390/s390-64/backtrace.c (init): Guard with #ifdef SHARED.
> 	(unwind_backtrace, unwind_getip): Define #ifndef SHARED.
> 	(__backtrace): Don't call init #ifndef SHARED.
> 	* sysdeps/ia64/backtrace.c (init): Guard with #ifdef SHARED.
> 	(unwind_backtrace, unwind_getip): Define #ifndef SHARED.
> 	(__backtrace): Don't call init #ifndef SHARED.

I've put this in.


Thanks,
Roland



More information about the Libc-hacker mailing list