diff options
author | Carlos O'Donell <carlos@systemhalted.org> | 2013-05-15 17:19:20 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@systemhalted.org> | 2013-05-15 17:19:20 -0400 |
commit | c5d9b39ce6ea44f97ea47ee7c0494a7bb01f4330 (patch) | |
tree | 0cbbd7945ad6c919fd5a3c599a22995444bd4b3a /ports/ChangeLog.hppa | |
parent | 3608cb241eda6252507596cdbbfa914ddd71538a (diff) | |
download | glibc-c5d9b39ce6ea44f97ea47ee7c0494a7bb01f4330.tar.gz glibc-c5d9b39ce6ea44f97ea47ee7c0494a7bb01f4330.tar.xz glibc-c5d9b39ce6ea44f97ea47ee7c0494a7bb01f4330.zip |
hppa: Cleanup libm-test-ulps.
Joseph Myers noted that there were several old and really very incorrect values in the hppa libm-test-ulps. This patch removes all of the ulps values for ceil, floor, rint, round, trun, llrint, and llround, all of which were previously incorreclty added (including some negative values which are really wrong). --- ports/ 2013-05-15 Carlos O'Donell <carlos@redhat.com> * sysdeps/hppa/fpu/libm-test-ulps: Remove old values for ceil, floor, rint, round, trunc, llrint, and llround.
Diffstat (limited to 'ports/ChangeLog.hppa')
-rw-r--r-- | ports/ChangeLog.hppa | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/ChangeLog.hppa b/ports/ChangeLog.hppa index fb26af8e5f..a7bb515459 100644 --- a/ports/ChangeLog.hppa +++ b/ports/ChangeLog.hppa @@ -1,5 +1,8 @@ 2013-05-15 Carlos O'Donell <carlos@redhat.com> + * sysdeps/hppa/fpu/libm-test-ulps: Remove old values for ceil, floor, + rint, round, trunc, llrint, and llround. + * sysdeps/hppa/fpu/libm-test-ulps: Regenerate. 2013-05-15 Guy Martin <gmsoft@tuxicoman.be> |