Re: [PATCH] ldso:mips: fix symbol lookup for JUMP_SLOT and COPY relocations

2012-01-20 Thread Carmelo AMOROSO
On 20/01/2012 7.55, Khem Raj wrote: On Thu, Jan 19, 2012 at 6:42 AM, Carmelo AMOROSO carmelo.amor...@st.com wrote: On 19/01/2012 15.28, Carmelo AMOROSO wrote: Fill properly the sym_ref fields when invoking _dl_find_hash to lookup symbols this did not make the segfault go away. Although

Re: [PATCH] libc: fix signal handling in system()

2012-01-20 Thread Richard Braun
On Tue, Jan 17, 2012 at 10:33:10AM +0100, Richard Braun wrote: When built without NPTL support (or for a sparc target), the system() function doesn't conform to its specification. Namely, it uses signal() to install/save/restore signal handlers, which may break applications using custom

Re: [PATCH] libm: Export bessel functions

2012-01-20 Thread Khem Raj
On Thursday, January 19, 2012, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On 20 January 2012 08:05, Khem Raj raj.k...@gmail.com wrote: Currently j0,j1,jn and y0,y1 and yn are defined but with hidden visibility With this patch we export them and also keep a hidden alias for

Re: [PATCH] libm: Export bessel functions

2012-01-20 Thread Khem Raj
On Fri, Jan 20, 2012 at 7:52 AM, Khem Raj raj.k...@gmail.com wrote: On Thursday, January 19, 2012, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On 20 January 2012 08:05, Khem Raj raj.k...@gmail.com wrote: Currently j0,j1,jn and y0,y1 and yn are defined but with hidden visibility