From: Roland McGrath Date: Mon, 26 Aug 2002 11:37:35 +0000 (+0000) Subject: 2002-07-06 Bruno Haible X-Git-Tag: upstream/2.30~10627^2~1624 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12ddb09b0a216d14997bdbca9030e6ed850131f1;p=external%2Fglibc.git 2002-07-06 Bruno Haible * sysdeps/alpha/fpu/fpu_control.h: Comment fix. --- diff --git a/sysdeps/alpha/fpu/fpu_control.h b/sysdeps/alpha/fpu/fpu_control.h index f2214cb..28acdf1 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, 2000 Free Software Foundation, Inc. +/* FPU control word bits. Alpha-mapped-to-Intel version. + Copyright (C) 1996, 1998, 2000, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Olaf Flebbe. @@ -65,7 +65,7 @@ #define _FPU_MASK_UM 0x10 #define _FPU_MASK_PM 0x20 -/* precision control */ +/* precision control -- without effect on Alpha */ #define _FPU_EXTENDED 0x300 /* RECOMMENDED */ #define _FPU_DOUBLE 0x200 #define _FPU_SINGLE 0x0 /* DO NOT USE */