CVSROOT: /home/cvs/parisc Module name: linux Changes by: rhirst 00/12/21 05:27:29 Modified files: include/asm-parisc: elf.h arch/parisc/kernel: process.c Log message: Expand elf_gregset_t to include most registers. This defines what registers get saved in an elf core file. Not all control registers are saved in the task struct, so for those I just grab the current values.