diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-27 22:29:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-27 22:29:25 +0000 |
commit | 427f5fa1a451050d0900ef689ce81d77b3f40d2e (patch) | |
tree | 1289751ac5f84a66ef1735c377198ea9ffb2037e | |
parent | abeb3007995ecbac79e4a8ff4cf127edf1b974ea (diff) | |
download | glibc-427f5fa1a451050d0900ef689ce81d77b3f40d2e.tar.gz glibc-427f5fa1a451050d0900ef689ce81d77b3f40d2e.tar.xz glibc-427f5fa1a451050d0900ef689ce81d77b3f40d2e.zip |
Update.
2003-02-27 Ulrich Drepper <drepper@redhat.com> * sysdeps/i386/fpu/libm-test-ulps: Increase ULPs for yn due to code generation changes in recent gcc.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | nptl/ChangeLog | 2 | ||||
-rw-r--r-- | sysdeps/i386/fpu/libm-test-ulps | 4 |
3 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 790af4756c..910bfd0fef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-02-27 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/i386/fpu/libm-test-ulps: Increase ULPs for yn due to + code generation changes in recent gcc. + 2003-02-26 Steven Munroe <sjmunroe@us.ibm.com> * sysdeps/powerpc/fpu/fpu_control.h (_FPU_GETCW, _FPU_SETCW): diff --git a/nptl/ChangeLog b/nptl/ChangeLog index c1f0a2b9ea..d549c7f162 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,7 @@ 2003-02-27 Ulrich Drepper <drepper@redhat.com> + * tst-exit1.c (do_test): Don't start more than one thread in parallel. + * tst-rwlock9.c (writer_thread): Correct adding TIMEOUT. (reader_thread): Likewise. diff --git a/sysdeps/i386/fpu/libm-test-ulps b/sysdeps/i386/fpu/libm-test-ulps index 529300384a..c39fc397e8 100644 --- a/sysdeps/i386/fpu/libm-test-ulps +++ b/sysdeps/i386/fpu/libm-test-ulps @@ -841,6 +841,8 @@ ifloat: 3 Test "yn (10, 2.0) == -129184.542208039282635913145923304214": float: 3 ifloat: 3 +double: 2 +idouble: 2 Test "yn (3, 0.125) == -2612.69757350066712600220955744091741": ildouble: 1 ldouble: 1 @@ -854,6 +856,8 @@ ldouble: 2 Test "yn (3, 2.0) == -1.12778377684042778608158395773179238": float: 1 ifloat: 1 +double: 1 +idouble: 1 Test "yn (3, 10.0) == -0.251362657183837329779204747654240998": double: 1 float: 1 |