* sysdeps/alpha/fpu/fpu_control.h: Update comment.
This commit is contained in:
Ulrich Drepper 2000-02-22 05:33:56 +00:00
parent 68e8dcc78f
commit 3f51c97ee3
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2000-02-21 Ulrich Drepper <drepper@redhat.com>
* sysdeps/alpha/fpu/fpu_control.h: Update comment.
* malloc/Makefile (tests): Add tst-valloc.
* malloc/tst-valloc.c: New file.

View File

@ -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. */