[PATCH] glibc 2.2.94 - hppa - min kernel and unwind-find-fde

2002-10-01 Thread Carlos O'Donell
libc-alpha, The following patch bumps up the minimum kernel required for hppa, and adds libc_cv_gcc_unwind_find_fde (I'm curious if this last bit is still needed?). c. --- 2002-10-01 Matthew Wilcox [EMAIL PROTECTED] * sysdeps/unix/sysv/linux/configure: Make 2.4.18

Re: [PATCH] glibc 2.2.94 - hppa - min kernel and unwind-find-fde

2002-10-01 Thread Roland McGrath
The following patch bumps up the minimum kernel required for hppa, and adds libc_cv_gcc_unwind_find_fde (I'm curious if this last bit is still needed?). Please figure it out and be sure. You need it only if there are existing old C++ binaries that have references to _Unwind_Find_FDE. If

Re: [PATCH] glibc 2.2.94 - hppa - min kernel and unwind-find-fde

2002-10-01 Thread Carlos O'Donell
Roland, Please figure it out and be sure. You need it only if there are existing old C++ binaries that have references to _Unwind_Find_FDE. If there are no C++ binaries you want to be compatible with that predate a certain GCC version (not sure which off hand), then you don't need it.