about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-12-02 18:22:43 +0000
committerUlrich Drepper <drepper@redhat.com>2000-12-02 18:22:43 +0000
commit00f5fcbb6cba4496fc9a80e90114762218bc7e1b (patch)
tree8e4690e69c96091ab585af36d823bbecc68e75e7 /ChangeLog
parentec6f84770e4da31b975dc2106fa7cb1a821fe6d3 (diff)
downloadglibc-00f5fcbb6cba4496fc9a80e90114762218bc7e1b.tar.gz
glibc-00f5fcbb6cba4496fc9a80e90114762218bc7e1b.tar.xz
glibc-00f5fcbb6cba4496fc9a80e90114762218bc7e1b.zip
Update.
	* sysdeps/i386/fpu/s_frexp.S: Add missing fwait.
	* sysdeps/i386/fpu/s_frexpf.S: Likewise.
	* sysdeps/i386/fpu/s_frexpl.S: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c70c71c68a..71c4db430f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2000-12-02  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/i386/fpu/s_frexp.S: Add missing fwait.
+	* sysdeps/i386/fpu/s_frexpf.S: Likewise.
+	* sysdeps/i386/fpu/s_frexpl.S: Likewise.
+
 	* sysdeps/generic/glob.c: Adjust types of several variables to
 	avoid warnings.