[parisc-linux-cvs] linux-2.6 jejb
James Bottomley
parisc-linux@lists.parisc-linux.org
Wed, 24 Sep 2003 11:54:31 -0600 (MDT)
CVSROOT: /var/cvs
Module name: linux-2.6
Changes by: jejb 03/09/24 11:54:31
Modified files:
. : Makefile
arch/parisc/kernel: signal.c
include/asm-parisc: rt_sigframe.h
Log message:
Make signals work with ELF64 binaries
For those who want to try this at home, there's a mini test suite at
http://www.parisc-linux.org/~jejb/64bit.tar.gz
NOTE: The signal handler has become really ugly. However, since it's
completely broken for context returns with ELF32 binaries on ELF64 kernels
there didn't seem to be a lot of point making it nicer until we tackle that
problem as well