diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-11-29 07:30:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-11-29 07:30:00 +0000 |
commit | 06522d7e9919fe1c151f3b706daa8b00034a3f88 (patch) | |
tree | 825a5c6ae3f559e2ced88da8846fbc5fe9d4b15e /ChangeLog | |
parent | c5af724c0b214a517f8558887f7a70efcfa2c813 (diff) | |
download | glibc-06522d7e9919fe1c151f3b706daa8b00034a3f88.tar.gz glibc-06522d7e9919fe1c151f3b706daa8b00034a3f88.tar.xz glibc-06522d7e9919fe1c151f3b706daa8b00034a3f88.zip |
Update.
2003-10-09 H.J. Lu <hongjiu.lu@intel.com> * sysdeps/ia64/fpu/fraiseexcpt.c: Don't include <asm/fpu.h>. 2003-10-08 H.J. Lu <hongjiu.lu@intel.com> * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Don't include <asm/fpu.h>. (struct ia64_fpreg): New definition. * sysdeps/unix/sysv/linux/ia64/sys/procfs.h: Don't include <asm/elf.h>. (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 <hongjiu.lu@intel.com> * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Include <sys/ucontext.h>. (__ptrace_request): Add PTRACE_GETREGS and PTRACE_SETREGS. (pt_all_user_regs): New.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 78eb0838ef..755665d0ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2003-10-09 H.J. Lu <hongjiu.lu@intel.com> + + * sysdeps/ia64/fpu/fraiseexcpt.c: Don't include <asm/fpu.h>. + +2003-10-08 H.J. Lu <hongjiu.lu@intel.com> + + * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Don't include + <asm/fpu.h>. + (struct ia64_fpreg): New definition. + + * sysdeps/unix/sysv/linux/ia64/sys/procfs.h: Don't include + <asm/elf.h>. + (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 <hongjiu.lu@intel.com> + + * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Include + <sys/ucontext.h>. + (__ptrace_request): Add PTRACE_GETREGS and PTRACE_SETREGS. + (pt_all_user_regs): New. + 2003-10-10 Simon Josefsson <jas@extundo.com> * argp/argp-namefrob.h [!_LIBC]: Include mempcpy.h, strcase.h, |