about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-17 20:31:43 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-17 20:31:43 +0000
commit319b400bb50e6e70c97d7fabdbb365cd946780ac (patch)
tree70c44b705c3b194b3d9f2857a46fbfa7ab0d58d2 /ChangeLog
parent0f6b172f72efea7cd99a9b790df75045f6c85dba (diff)
downloadglibc-319b400bb50e6e70c97d7fabdbb365cd946780ac.tar.gz
glibc-319b400bb50e6e70c97d7fabdbb365cd946780ac.tar.xz
glibc-319b400bb50e6e70c97d7fabdbb365cd946780ac.zip
Update.
	* sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Use type-correct code.
	(_FPU_SETCW): Likewise.
	Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cad0a7198..9373e08987 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2000-08-17  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Use type-correct code.
+	(_FPU_SETCW): Likewise.
+	Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
+
 	* stdio-common/printf_fp.c: Fix chars_needed computation.
 	Patch by Greg McGary <greg@mcgary.org>.