aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/alpha/kernel_sysinfo.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2004-09-06 02:19:36 +0000
committerRichard Henderson <rth@redhat.com>2004-09-06 02:19:36 +0000
commit6029b952a671027cceb9e158ab2e91f7714caf7e (patch)
treeeb917f8458f4e5fb26ff63e755f4d103c70628dc /sysdeps/unix/sysv/linux/alpha/kernel_sysinfo.h
parentfebcd83655138bcb01b2680e170e6773a1ec813c (diff)
downloadglibc-6029b952a671027cceb9e158ab2e91f7714caf7e.tar
glibc-6029b952a671027cceb9e158ab2e91f7714caf7e.tar.gz
glibc-6029b952a671027cceb9e158ab2e91f7714caf7e.tar.bz2
glibc-6029b952a671027cceb9e158ab2e91f7714caf7e.zip
* sysdeps/alpha/fpu/fraiseexcpt.c: Remove file. * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_IEEE_RAISE_EXCEPTION): New. * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.c: New file. * sysdeps/unix/sysv/linux/alpha/kernel_sysinfo.h: New file. * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Use it. * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
* sysdeps/alpha/fpu/fraiseexcpt.c: Remove file. * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_IEEE_RAISE_EXCEPTION): New. * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.c: New file. * sysdeps/unix/sysv/linux/alpha/kernel_sysinfo.h: New file. * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Use it. * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise. 2004-09-05 Richard Henderson <rth@redhat.com>
Diffstat (limited to 'sysdeps/unix/sysv/linux/alpha/kernel_sysinfo.h')
-rw-r--r--sysdeps/unix/sysv/linux/alpha/kernel_sysinfo.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/kernel_sysinfo.h b/sysdeps/unix/sysv/linux/alpha/kernel_sysinfo.h
new file mode 100644
index 0000000000..a3edec2269
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/alpha/kernel_sysinfo.h
@@ -0,0 +1,6 @@
+/* A copy of the couple of bits we need from <asm/sysinfo.h>. */
+
+#define GSI_IEEE_FP_CONTROL 45
+
+#define SSI_IEEE_FP_CONTROL 14
+#define SSI_IEEE_RAISE_EXCEPTION 1001