diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2003-11-10 21:36:38 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2003-11-10 21:36:38 +0000 |
commit | 030441fc690a0a03107c00fe619b0429fbc6196d (patch) | |
tree | fafb005ce2d468b2fd2e4dec8b6816577abb9f75 /newlib/ChangeLog | |
parent | 8398809e7d682af5dd6bbed7db0cce0f74190040 (diff) | |
download | newlib-030441fc690a0a03107c00fe619b0429fbc6196d.zip newlib-030441fc690a0a03107c00fe619b0429fbc6196d.tar.gz newlib-030441fc690a0a03107c00fe619b0429fbc6196d.tar.bz2 |
2003-11-10 Jeff Johnston <jjohnstn@redhat.com>
* libc/machine/powerpc/ufix64toa.c (_ufix64to_r): Fix shifts
to use (Ebits + 1) which accounts for the sign-bit.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 302a864..4bf935d 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2003-11-10 Jeff Johnston <jjohnstn@redhat.com> + + * libc/machine/powerpc/ufix64toa.c (_ufix64to_r): Fix shifts + to use (Ebits + 1) which accounts for the sign-bit. + 2003-11-07 Jeff Johnston <jjohnstn@redhat.com> * configure.host: Remove -DLOOSE_KERNEL_NAMES flag for linux |