mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
* 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.
This commit is contained in:
6
math/ieee-math.c
Normal file
6
math/ieee-math.c
Normal file
@@ -0,0 +1,6 @@
|
||||
/* Linking in this module forces IEEE error handling rules for math functions.
|
||||
The default is POSIX.1 error handling. */
|
||||
|
||||
#include <math.h>
|
||||
|
||||
_LIB_VERSION_TYPE _LIB_VERSION = _IEEE_;
|
Reference in New Issue
Block a user