From 59bacefe2ae056c4c8ff3df9b00f8f3831783ce4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 20 Feb 2000 03:00:03 +0000 Subject: [PATCH] Update. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 643ec76033..3e97037c0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2000-02-19 Ulrich Drepper + * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Add definition of + _libc_fpreg and _libc_fpstate and use it to define fpregset_t. + * sysdeps/unix/sysv/linux/i386/sys/procfs.h (prgregset_t): Define + using elf_gregset_t. + (prfpregset_t): Define using elf_fpregset_t. + * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Include . Make fpregset_t definition compatible with definition in 2.1.2 and before.