diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-06-21 19:00:43 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-06-21 19:00:43 +0000 |
commit | 8fdda7afb883589b46e423f91f32988373670bfa (patch) | |
tree | 10b02e9952aa608262faa00e92fe9157f662491c /ChangeLog | |
parent | f3bc5e5a3ef622f1ec11962b7ce08a92ded03bea (diff) | |
download | glibc-8fdda7afb883589b46e423f91f32988373670bfa.tar glibc-8fdda7afb883589b46e423f91f32988373670bfa.tar.gz glibc-8fdda7afb883589b46e423f91f32988373670bfa.tar.bz2 glibc-8fdda7afb883589b46e423f91f32988373670bfa.zip |
Fix bad shift in soft-fp (bug 7006).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2013-06-21 Joseph Myers <joseph@codesourcery.com> + + [BZ #7006] + * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL + with a shift of 0 bits. + 2013-06-21 Maciej W. Rozycki <macro@codesourcery.com> * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of |