patch-2.4.21 linux-2.4.21/include/asm-ppc64/sigcontext.h

Next file: linux-2.4.21/include/asm-ppc64/siginfo.h
Previous file: linux-2.4.21/include/asm-ppc64/rwsem.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/include/asm-ppc64/sigcontext.h linux-2.4.21/include/asm-ppc64/sigcontext.h
@@ -9,13 +9,18 @@
  */
 
 #include <asm/ptrace.h>
+#include <asm/elf.h>
 
-struct sigcontext_struct {
+
+struct sigcontext {
 	unsigned long	_unused[4];
 	int		signal;
+	int		_pad0;
 	unsigned long	handler;
 	unsigned long	oldmask;
-	struct pt_regs 	*regs;
+	struct pt_regs	*regs;
+	elf_gregset_t	gp_regs;
+	elf_fpregset_t	fp_regs;
 };
 
 #endif /* _ASM_PPC64_SIGCONTEXT_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)