Re: [PATCH] sh: fix __HAVE_SHARED__ condition in crti.S.

2008-08-28 Thread Carmelo AMOROSO
Paul Mundt wrote: On Tue, Aug 26, 2008 at 03:53:18PM +0200, Carmelo AMOROSO wrote: Takashi Yoshii wrote: For SH, init/fini function prologue is defined in libc/sysdeps/linux/sh/crti.S as follows. | (frame entry) |#ifndef __HAVE_SHARED__ | (GOT pointer initialization) |#endif I think

Re: [PATCH] sh: fix __HAVE_SHARED__ condition in crti.S.

2008-08-28 Thread Paul Mundt
On Thu, Aug 28, 2008 at 07:58:15AM +0200, Carmelo AMOROSO wrote: Paul Mundt wrote: On Tue, Aug 26, 2008 at 03:53:18PM +0200, Carmelo AMOROSO wrote: Takashi Yoshii wrote: For SH, init/fini function prologue is defined in libc/sysdeps/linux/sh/crti.S as follows. | (frame entry) |#ifndef

Re: POSIX /bin/sh fixes to check-lxdialog.sh

2008-08-28 Thread Joachim Nilsson
On Tue, Aug 26, 2008 at 02:41:38PM +0200, Bernhard Reutner-Fischer wrote: On Tue, Aug 26, 2008 at 02:25:18PM +0200, Joachim Nilsson wrote: I see. Do you guys synchronize with upstream lxdialog often? I sync infrequently, but if it's fixed upstream i'll follow suite ASAP (if you ping me on

segfault with libpthread [was: Re: POSIX /bin/sh fixes to check-lxdialog.sh]

2008-08-28 Thread Bernhard Reutner-Fischer
On Sat, Aug 23, 2008 at 11:27:52AM +0200, Joachim Nilsson wrote: During that campaign I upgraded to 0.9.29 only to discover that I had been bitten by issue #2834. So I decided to start testing the daily What arch and what threads impl did you choose to build with which compiler version?

Re: confirmed working NPTL revision?

2008-08-28 Thread Carmelo AMOROSO
Bernhard Reutner-Fischer wrote: On Wed, Aug 27, 2008 at 12:58:50PM +0300, Cristi Magherusan wrote: Said that, I don't think addign TLS support for i386 is difficult, but we need someone having time to spend on it. Do you mean adding TLS support for the old linuxthreads branch on x86?