Re: [PATCH] libm/x86_64: implement fesetround

2010-12-09 Thread Natanael Copa
sorry late reply.

On Thu, Dec 2, 2010 at 12:25 AM, Bernhard Reutner-Fischer
rep.dot@gmail.com wrote:
 On Sun, Nov 28, 2010 at 07:20:04PM +, Natanael Copa wrote:
from glibc

 mhm. I've ripped out SSE support for i386. I'd much prefer to have the
 complete set of fenv for x86_64, not just fesetround. I think it should
 be possible to support both i386 and x86_64 with the same sources. Could
 you have a look?

So far I have only seen the need for fenv() (qemu needs it) and we
have compiled almost all alpine linux packages for x86_64.

I can look at it eventually if you want, but it wont be anytime soon.

-- 
Natanael Copa
___
uClibc mailing list
uClibc@uclibc.org
http://lists.busybox.net/mailman/listinfo/uclibc


Re: [PATCH] nptl: fix Unwind_Resume PLT calls

2010-12-09 Thread Austin Foxley
On 12/07/2010 01:27 AM, Timo Teräs wrote:
 My change a49b3a18e463cbe8c94c41501e386e7f4c61609e fixed two
 Unwind_Resume calls to go via PLT to avoid text relocations for PIC
 builds. However, it looks the reason for upstream not using PLT calls
 is that ebx gets clobbered. So we need to reload it.
 
 Signed-off-by: Timo Teräs timo.te...@iki.fi

Looks good. Committed, thanks.

-Austin
___
uClibc mailing list
uClibc@uclibc.org
http://lists.busybox.net/mailman/listinfo/uclibc