From 3f51c97ee37734bdf3e41252e71ffe40efca1e55 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 22 Feb 2000 05:33:56 +0000 Subject: [PATCH] Update. * sysdeps/alpha/fpu/fpu_control.h: Update comment. --- ChangeLog | 2 ++ sysdeps/alpha/fpu/fpu_control.h | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b975b7554f..21b180e17b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-02-21 Ulrich Drepper + * sysdeps/alpha/fpu/fpu_control.h: Update comment. + * malloc/Makefile (tests): Add tst-valloc. * malloc/tst-valloc.c: New file. diff --git a/sysdeps/alpha/fpu/fpu_control.h b/sysdeps/alpha/fpu/fpu_control.h index dfca373c3d..a2cf936cd2 100644 --- a/sysdeps/alpha/fpu/fpu_control.h +++ b/sysdeps/alpha/fpu/fpu_control.h @@ -1,5 +1,5 @@ /* FPU control word bits. Alpha-maped-to-Intel version. - Copyright (C) 1996, 1998 Free Software Foundation, Inc. + Copyright (C) 1996, 1998, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Olaf Flebbe. @@ -94,7 +94,7 @@ #define _FPU_DEFAULT 0x137f -/* IEEE: same as above, but exceptions */ +/* IEEE: same as above. */ #define _FPU_IEEE 0x137f /* Type of the control word. */