* [parisc-linux] [PATCH] Set minimum kernel and unwined_find_fde for HPPA
@ 2002-11-19 6:07 Carlos O'Donell
0 siblings, 0 replies; 2+ messages in thread
From: Carlos O'Donell @ 2002-11-19 6:07 UTC (permalink / raw)
To: libc-alpha; +Cc: debian-glibc, parisc-linux
[-- Attachment #1: Type: text/plain, Size: 560 bytes --]
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.
[-- Attachment #2: 02-glibc23-hppa-min-kern-unwind-fde --]
[-- Type: text/plain, Size: 802 bytes --]
--- 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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [parisc-linux] [PATCH] Set minimum kernel and unwined_find_fde for HPPA
@ 2002-11-19 6:07 Carlos O'Donell
0 siblings, 0 replies; 2+ messages in thread
From: Carlos O'Donell @ 2002-11-19 6:07 UTC (permalink / raw)
To: libc-alpha; +Cc: debian-glibc, parisc-linux
[-- Attachment #1: Type: text/plain, Size: 560 bytes --]
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.
[-- Attachment #2: 02-glibc23-hppa-min-kern-unwind-fde --]
[-- Type: text/plain, Size: 802 bytes --]
--- 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-11-19 6:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-19 6:07 [parisc-linux] [PATCH] Set minimum kernel and unwined_find_fde for HPPA Carlos O'Donell
-- strict thread matches above, loose matches on Subject: below --
2002-11-19 6:07 Carlos O'Donell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.