[PATCH] libm: unbreak scalbn for 64-bit processors

2010-05-26 Thread Roman I Khimov
Obvious typo. Signed-off-by: Roman I Khimov khi...@altell.ru --- libm/s_scalbn.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libm/s_scalbn.c b/libm/s_scalbn.c index 47983b0..a3399b2 100644 --- a/libm/s_scalbn.c +++ b/libm/s_scalbn.c @@ -71,7 +71,7 @@

[PATCH] libm: unhide signgam

2010-05-26 Thread Roman I Khimov
Fixes signgam checks in math tests on x86_64. It's R_X86_64_COPY for program, so the program didn't see any changes from libm. Signed-off-by: Roman I Khimov khi...@altell.ru --- include/math.h |1 - libm/s_signgam.c |1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git

Re: chiming in 1.0.0-rc1

2010-05-26 Thread Roman I Khimov
В сообщении от Среда 26 мая 2010 02:12:20 автор Bernhard Reutner-Fischer написал: - disable !NPTL for arches that have NPTL impls. Disable threads for everybody who doesn't have NPTL to force psychological strain (one could argue about this). Where '+' means ported, 'o' means TODO/needs

Re: chiming in 1.0.0-rc1

2010-05-26 Thread Joakim Tjernlund
From: Roman I Khimov khi...@altell.ru To: uclibc@uclibc.org Date: 2010/05/26 13:15 Subject: Re: chiming in 1.0.0-rc1 Sent by: uclibc-boun...@uclibc.org В сообщении от Среда 26 мая 2010 02:12:20 автор Bernhard Reutner-Fischer написал: - disable !NPTL for arches that have NPTL impls.