This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: GNU C Library master sources branch master updated.glibc-2.16-ports-merge-396-g084b8fa
From: David Miller <davem@davemloft.net>
Date: Fri, 28 Sep 2012 16:32:47 -0400 (EDT)
> From: "Joseph S. Myers" <joseph@codesourcery.com>
> Date: Fri, 28 Sep 2012 20:25:27 +0000
>
>> On Fri, 28 Sep 2012, davem@sourceware.org wrote:
>>
>>> Add missed ildouble case in yesterday's sparc ULPs update for clog/clog10.
>>>
>>> * sysdeps/sparc/fpu/libm-test-ulps: Update.
>>
>> This "missed" case has a load of random characters in it, that can't be
>> right.... (The one before it ends with "?" that should be "i" -
>> something's funny there too.)
>
> I know, I reverted it and am looking into the true cause.
I'm committing the following for now, at least the file will
be in the correct state.
I'll continue to try and figure out how this happened in the
first place. I made sure to rule out the new Niagara-4 memcpy
as that certainly could have been a culprit :-)
--------------------
[PATCH] Uncorrupt Sparc ULPS file.
* sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
---
ChangeLog | 4 ++++
sysdeps/sparc/fpu/libm-test-ulps | 3 +--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 8f61e77..1d38d55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-09-28 David S. Miller <davem@davemloft.net>
+
+ * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
+
2012-09-28 Roland McGrath <roland@hack.frob.com>
* sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
diff --git a/sysdeps/sparc/fpu/libm-test-ulps b/sysdeps/sparc/fpu/libm-test-ulps
index 385bc5d..0f8179f 100644
--- a/sysdeps/sparc/fpu/libm-test-ulps
+++ b/sysdeps/sparc/fpu/libm-test-ulps
@@ -1327,10 +1327,9 @@ idouble: 1
Test "Imaginary part of: clog10 (0xf2p-10 + 0x3e3p-10 i) == 2.6921240173351112953324592659528481616879e-06 + 0.5785726025799636431142862788413361783862 i":
double: 1
idouble: 1
-Test "Imaginary part of: clog10 (0xfd95243681c055c2632286921092p-113 + 0x1bccabcd29ca2152860ec29e34ef7p-113 i) == 2.8774482675253468630312378575186855052697e-66 + 0.4571561610046221605554903008571429975493 ?":
-ildouble: 2
Test "Imaginary part of: clog10 (0xfd95243681c055c2632286921092p-113 + 0x1bccabcd29ca2152860ec29e34ef7p-113 i) == 2.8774482675253468630312378575186855052697e-66 + 0.4571561610046221605554903008571429975493 i":
ldouble: 2
+ildouble: 2
Test "Imaginary part of: clog10 (0xfe961079616p-45 + 0x1bc37e09e6d1p-45 i) == 2.3329549194675052736016290082882121135546e-26 + 0.4561756099441139182878993697611751382976 i":
double: 1
idouble: 1
--
1.7.10.4