about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-04-05 17:20:49 +0000
committerUlrich Drepper <drepper@redhat.com>2001-04-05 17:20:49 +0000
commit626fb8866b961836edb83dc2d25b80e9c5bab71d (patch)
tree83ecf31b8b6a43b106c2740ab418bb894d364a57 /ChangeLog
parentf128331c351b7a369aa39ac61241f1aae6f71841 (diff)
downloadglibc-626fb8866b961836edb83dc2d25b80e9c5bab71d.tar.gz
glibc-626fb8866b961836edb83dc2d25b80e9c5bab71d.tar.xz
glibc-626fb8866b961836edb83dc2d25b80e9c5bab71d.zip
Update.
	* sysdeps/ieee754/ldbl-96/e_asinl.c: Correct handling of +-Inf.
	* sysdeps/i386/fpu/e_asinl.S: Removed.  Too inaccurate.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 775e23fe44..7628b4f8ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-04-05  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/ieee754/ldbl-96/e_asinl.c: Correct handling of +-Inf.
+	* sysdeps/i386/fpu/e_asinl.S: Removed.  Too inaccurate.
+
 	* login/tst-utmp.c: Make file usable again in tst-utmpx.c.
 
 2001-04-04  Ulrich Drepper  <drepper@redhat.com>