From 26da047f376abd5da2561be914b93179c7230afa Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 16 Jun 1996 09:31:23 +0000 Subject: * hurd/hurdinit.c (map0): Remove [!PIC] conditional. * shlib-versions (*-*-*): Add libutil=1. * rpm/Makefile (install-lib): Add libc.a et al. (install-others): Only add libc.so if $(build-shared) is yes. * math/Makefile (install-lib): New variable, list libieee.a. (non-lib.a): Likewise. (extra-objs): Likewise, and ieee-math.o. ($(objpfx)libieee.a): New target, link to ieee-math.o. * math/ieee-math.c: New file. * sysdeps/unix/sysv/linux/Makefile [$(subdir)=math]: Remove setfpucw and libieee.a stuff. * sysdeps/unix/sysv/linux/ieee-fpucw.c: File removed. * sysdeps/unix/sysv/linux/i386/ieee_fpu.c: File removed. --- math/ieee-math.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 math/ieee-math.c (limited to 'math/ieee-math.c') diff --git a/math/ieee-math.c b/math/ieee-math.c new file mode 100644 index 0000000000..99e41a31c0 --- /dev/null +++ b/math/ieee-math.c @@ -0,0 +1,6 @@ +/* Linking in this module forces IEEE error handling rules for math functions. + The default is POSIX.1 error handling. */ + +#include + +_LIB_VERSION_TYPE _LIB_VERSION = _IEEE_; -- cgit v1.2.3