aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-26 11:37:35 +0000
committerRoland McGrath <roland@gnu.org>2002-08-26 11:37:35 +0000
commit12ddb09b0a216d14997bdbca9030e6ed850131f1 (patch)
tree5573256e072d43d11a347e4bd8cd7dfb6fc0af83 /sysdeps
parent13d6ef283d22cb19a187c7c2d9d4e8ebf1d09b24 (diff)
downloadglibc-12ddb09b0a216d14997bdbca9030e6ed850131f1.tar
glibc-12ddb09b0a216d14997bdbca9030e6ed850131f1.tar.gz
glibc-12ddb09b0a216d14997bdbca9030e6ed850131f1.tar.bz2
glibc-12ddb09b0a216d14997bdbca9030e6ed850131f1.zip
2002-07-06 Bruno Haible <bruno@clisp.org>
* sysdeps/alpha/fpu/fpu_control.h: Comment fix.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/alpha/fpu/fpu_control.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/alpha/fpu/fpu_control.h b/sysdeps/alpha/fpu/fpu_control.h
index f2214cb3ae..28acdf1704 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 */