about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-02-09 08:21:19 +0000
committerUlrich Drepper <drepper@redhat.com>2004-02-09 08:21:19 +0000
commitff136edd32fb0d55d73032ff3d565794e601a398 (patch)
tree5b8fb10d205deb9fcbe65c62171292f9d7c5c5b0 /ChangeLog
parent9e59d9cbd2572856bfaabaaa69ef0d06d7dd49c1 (diff)
downloadglibc-ff136edd32fb0d55d73032ff3d565794e601a398.tar.gz
glibc-ff136edd32fb0d55d73032ff3d565794e601a398.tar.xz
glibc-ff136edd32fb0d55d73032ff3d565794e601a398.zip
[BZ #10]
Update.
2004-02-09  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/i386/fpu/fclrexcpt.c (__feclearexcept): Don't touch bits
	other than the status bits [BZ #10].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3fd0b32956..8ee5a384c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-09  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/i386/fpu/fclrexcpt.c (__feclearexcept): Don't touch bits
+	other than the status bits [BZ #10].
+
 2004-02-08  Ulrich Drepper  <drepper@redhat.com>
 
 	Make stream locking operations really work.