From: Ulrich Drepper Date: Sun, 20 Feb 2000 03:00:03 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59bacefe2ae056c4c8ff3df9b00f8f3831783ce4;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index 643ec760331..3e97037c0c9 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.