Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 15 Mar 1999 23:14:02 +0000 (23:14 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 15 Mar 1999 23:14:02 +0000 (23:14 +0000)
1999-03-11  David S. Miller  <davem@redhat.com>

* sysdeps/sparc/sparc32/fpu/fpu_control.h: Add missing trap enable
masks.
* sysdeps/sparc/sparc64/fpu/fpu_control.h: Likewise.

ChangeLog
sysdeps/sparc/sparc32/fpu/fpu_control.h
sysdeps/sparc/sparc64/fpu/fpu_control.h

index 5891c94..b1c8381 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1999-03-11  David S. Miller  <davem@redhat.com>
+
+       * sysdeps/sparc/sparc32/fpu/fpu_control.h: Add missing trap enable
+       masks.
+       * sysdeps/sparc/sparc64/fpu/fpu_control.h: Likewise.
+
 1999-03-15  Ulrich Drepper  <drepper@cygnus.com>
 
        * iconv/gconv.h (gconv_fct): Change parameter from `char' to
index 127f13b..7cbdf6d 100644 (file)
@@ -1,5 +1,5 @@
 /* FPU control word bits.  SPARC version.
-   Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Miguel de Icaza
 
 
 #include <features.h>
 
+/* masking of interrupts */
+#define _FPU_MASK_IM  0x08000000
+#define _FPU_MASK_OM  0x04000000
+#define _FPU_MASK_UM  0x02000000
+#define _FPU_MASK_ZM  0x01000000
+#define _FPU_MASK_PM  0x00800000
+
 /* precision control */
 #define _FPU_EXTENDED 0x00000000     /* RECOMMENDED */
 #define _FPU_DOUBLE   0x20000000
index 82571fc..b684fa9 100644 (file)
@@ -1,5 +1,5 @@
 /* FPU control word bits.  SPARC v9 version.
-   Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Miguel de Icaza
 
 
 #include <features.h>
 
+/* masking of interrupts */
+#define _FPU_MASK_IM  0x08000000
+#define _FPU_MASK_OM  0x04000000
+#define _FPU_MASK_UM  0x02000000
+#define _FPU_MASK_ZM  0x01000000
+#define _FPU_MASK_PM  0x00800000
+
 /* precision control */
 #define _FPU_EXTENDED 0x00000000     /* RECOMMENDED */
 #define _FPU_DOUBLE   0x20000000