From: Carlos O'Donell <carlos@baldric.uwo.ca>
To: libc-alpha@sources.redhat.com
Cc: debian-glibc@lists.debian.org, parisc-linux@lists.parisc-linux.org
Subject: [parisc-linux] [PATCH] Set minimum kernel and unwined_find_fde for HPPA
Date: Tue, 19 Nov 2002 01:07:11 -0500 [thread overview]
Message-ID: <20021119060711.GG12451@systemhalted> (raw)
[-- 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
next reply other threads:[~2002-11-19 6:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-19 6:07 Carlos O'Donell [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-11-19 6:07 [parisc-linux] [PATCH] Set minimum kernel and unwined_find_fde for HPPA Carlos O'Donell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20021119060711.GG12451@systemhalted \
--to=carlos@baldric.uwo.ca \
--cc=debian-glibc@lists.debian.org \
--cc=libc-alpha@sources.redhat.com \
--cc=parisc-linux@lists.parisc-linux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.