From 06522d7e9919fe1c151f3b706daa8b00034a3f88 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 29 Nov 2003 07:30:00 +0000 Subject: Update. 2003-10-09 H.J. Lu * sysdeps/ia64/fpu/fraiseexcpt.c: Don't include . 2003-10-08 H.J. Lu * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Don't include . (struct ia64_fpreg): New definition. * sysdeps/unix/sysv/linux/ia64/sys/procfs.h: Don't include . (ELF_NGREG): New. (ELF_NFPREG): Likewise. (elf_greg_t): Likewise. (elf_gregset_t): Likewise. (elf_fpreg_t): Likewise. (elf_fpregset_t): Likewise. 2003-10-08 H.J. Lu * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Include . (__ptrace_request): Add PTRACE_GETREGS and PTRACE_SETREGS. (pt_all_user_regs): New. --- sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'sysdeps/unix/sysv/linux/ia64/bits') diff --git a/sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h b/sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h index 74c60e024d..61eb67c075 100644 --- a/sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h +++ b/sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 1998, 2000, 2001 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1998, 2000, 2001, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jes Sorensen , July 2000 @@ -24,9 +24,16 @@ #ifndef _BITS_SIGCONTEXT_H #define _BITS_SIGCONTEXT_H 1 -#include #include +struct ia64_fpreg + { + union + { + unsigned long bits[2]; + } u; + } __attribute__ ((aligned (16))); + struct sigcontext { unsigned long int sc_flags; /* see manifest constants above */ -- cgit v1.2.3