mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 23:10:06 +00:00
6029b952a6
* 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>
7 lines
170 B
C
7 lines
170 B
C
/* 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
|