mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 23:10:06 +00:00
0af1bbc9f2
* 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.
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
|