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

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.