about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-11-05 18:07:15 +0000
committerUlrich Drepper <drepper@redhat.com>1998-11-05 18:07:15 +0000
commitd76bd17ff96a44417e0d0f1e50591bded3263199 (patch)
tree07b65bc9e9a0717b022ed4459fc24b16d23259ce /ChangeLog
parent9a821cf90b38590fa546dc3246d12526e4f95ba1 (diff)
downloadglibc-d76bd17ff96a44417e0d0f1e50591bded3263199.tar.gz
glibc-d76bd17ff96a44417e0d0f1e50591bded3263199.tar.xz
glibc-d76bd17ff96a44417e0d0f1e50591bded3263199.zip
Update.
	* math/math.h: Unconditionally include bits/mathdef.h.  Declare
	long double functions only if __NO_LONG_DOUBLE_MATH is not
	defined.
	* sysdeps/generic/bits/mathdef.h: Define only if __USE_ISOC9X.
	Define __NO_LONG_DOUBLE_MATH.
	* sysdeps/m68k/fpu/bits/mathdef.h: Define only if __USE_ISOC9X.
	* sysdeps/i386/fpu/bits/mathdef.h: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f41a7d1686..39072c7285 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 1998-11-05  Ulrich Drepper  <drepper@cygnus.com>
 
+	* math/math.h: Unconditionally include bits/mathdef.h.  Declare
+	long double functions only if __NO_LONG_DOUBLE_MATH is not
+	defined.
+	* sysdeps/generic/bits/mathdef.h: Define only if __USE_ISOC9X.
+	Define __NO_LONG_DOUBLE_MATH.
+	* sysdeps/m68k/fpu/bits/mathdef.h: Define only if __USE_ISOC9X.
+	* sysdeps/i386/fpu/bits/mathdef.h: Likewise.
+
 	* elf/rtld.c: Add a few __builtin_expects where they will improve
 	a lot.