This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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: [PATCH] Fix backtrace in statically linked programs on ia64/x86-64/s390{,x}


> 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


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