Re: segfault with static programs that don't use stdio functions

2008-12-11 Thread Tino Keitel
On Wed, Dec 10, 2008 at 20:10:51 -0600, Rob Landley wrote: [...] I haven't seen it in 0.9.30, but then I'm using gcc 4.1 not 4.3. The patch I used to fix it for 0.9.29 with 4.1 is attached. (The gcc ./configure step creates a void main(void) {} and compiles and runs it as a sanity test

RE: where's the locale data?

2008-12-11 Thread Filippo ARCIDIACONO
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bernhard Reutner-Fischer Sent: Wednesday, December 10, 2008 5:41 PM To: poly-p man Cc: uclibc@uclibc.org Subject: Re: where's the locale data? On Wed, Dec 10, 2008 at 10:21:32AM -0500, poly-p

Re: NPTL branch temporarily broken

2008-12-11 Thread Carmelo AMOROSO
Khem Raj wrote: On (10/12/08 17:52), Carmelo AMOROSO wrote: Carmelo AMOROSO wrote: Carmelo AMOROSO wrote: Hi Khem, I'm seeing similar problem on sh4-nptl as happened to you as you told me yesterday.. Something recently merged is causing issues. I'm doing investigation and keep you all

Re: NPTL branch temporarily broken

2008-12-11 Thread Carmelo AMOROSO
Denys Vlasenko wrote: On Wednesday 10 December 2008 10:06, Carmelo AMOROSO wrote: Carmelo AMOROSO wrote: Hi Khem, I'm seeing similar problem on sh4-nptl as happened to you as you told me yesterday.. Something recently merged is causing issues. I'm doing investigation and keep you all

Re: mknod() broken with uclibc built with -O0

2008-12-11 Thread Tino Keitel
On Thu, Dec 11, 2008 at 02:02:07 +0100, Denys Vlasenko wrote: [...] Can you try smaller test program? A-la #include bare_minimum_for_bug_to_happen.h int main() { mknod(foobar, 0755, makedev(10,63)); return 0; } If this works, add more stuff until it breaks. Tell us what

Re: Fix Thumb-2 PIEs

2008-12-11 Thread Denys Vlasenko
On Thursday 11 December 2008 04:44, Rob Landley wrote: Right now, there are still two old linuxthreads branches in uClibc, and as far as I can tell we'll be supporting them in perpetuity. (For a definition of support that involves leaving them alone unless somebody complains.) We

n32 ABI problem when building a mipsel n32 cross compile uclibc toolchain

2008-12-11 Thread jczhang
Hi, I have a problem when build a mipsel n32 cross compiler uclibc toolchain on a CentOS4/X86_64 host. The buildroot I use is the snapshot buildroot-20081210.tar.bz2. Firstly I issue make menuconfig under buildroot directory. Among the target options, I choose mipsel, mips4, n32. Among the