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 i

[PATCH] nptl: fix Unwind_Resume PLT calls

2010-12-07 Thread Timo Teräs
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 --- .../sysv/linux