[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH] Set minimum kernel and unwined_find_fde for HPPA



libc-alpha,

The following patch bumps up the minimum kernel required for hppa, and
thus forces the build environment to have the most recent unaligned 
handler fixes.

Due to our old C++ binaries and libraries we will definately require
libc_cv_gcc_unwind_find_fde=yes in our configure.

c.

---

2002-11-11  Carlos O'Donell  <carlos@baldric.uwo.ca>

	* sysdeps/unix/sysv/linux/configure.in:
	Make 2.4.19 minimum linux kernel for hppa, and add unwind symbols
	from gcc-3.0 era for backwards compatibility.
	* sysdeps/unix/sysv/linux/configure: Regenerate.


--- glibc-2.3.1.orig/sysdeps/unix/sysv/linux/configure.in	2002-10-25 21:06:29.000000000 -0400
+++ glibc-2.3.1/sysdeps/unix/sysv/linux/configure.in	2002-11-17 22:09:57.000000000 -0500
@@ -64,7 +64,8 @@
     arch_minimum_kernel=2.4.0
     ;;
   hppa*)
-    arch_minimum_kernel=2.3.99
+    libc_cv_gcc_unwind_find_fde=yes  
+    arch_minimum_kernel=2.4.19
     ;;
   m68k*)
     arch_minimum_kernel=2.0.10
--- glibc-2.3.1.orig/sysdeps/unix/sysv/linux/configure	2002-10-25 21:06:29.000000000 -0400
+++ glibc-2.3.1/sysdeps/unix/sysv/linux/configure	2002-11-17 22:10:17.000000000 -0500
@@ -101,7 +101,8 @@
     arch_minimum_kernel=2.4.0
     ;;
   hppa*)
-    arch_minimum_kernel=2.3.99
+    libc_cv_gcc_unwind_find_fde=yes  
+    arch_minimum_kernel=2.4.19
     ;;
   m68k*)
     arch_minimum_kernel=2.0.10

Reply to: