diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-17 20:31:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-17 20:31:43 +0000 |
commit | 319b400bb50e6e70c97d7fabdbb365cd946780ac (patch) | |
tree | 70c44b705c3b194b3d9f2857a46fbfa7ab0d58d2 /ChangeLog | |
parent | 0f6b172f72efea7cd99a9b790df75045f6c85dba (diff) | |
download | glibc-319b400bb50e6e70c97d7fabdbb365cd946780ac.tar glibc-319b400bb50e6e70c97d7fabdbb365cd946780ac.tar.gz glibc-319b400bb50e6e70c97d7fabdbb365cd946780ac.tar.bz2 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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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>. |