Big Endian cross compilation

2008-07-08 Thread saravanan chanemouganandam
Hi all, I am a newbie to work on the Intel IXP425 board a big endian system running Snapgear linux (choosen uClibc) distro version. On the development x86 machine, I have installed (at /usr/local/arm-linux) arm-linux tool chain arm-linux-tools-20061213.tar.gz for cross compilation. All the pac

Re: [PATCH] sh4 supports new {s,g]rlimit syscall

2008-07-08 Thread Carmelo AMOROSO
Paul Mundt wrote: > On Tue, Jul 08, 2008 at 10:26:11AM +0200, Carmelo AMOROSO wrote: >> Hi Paul, >> are you ok with changing default behaviour on sh4 regarding RLIMIT >> wrapper. The change in the attached patch was required to fix >> LTP/setrlimit02 test case. >> > Looks fine to me. > Thanks. m

Re: [PATCH] sh4 supports new {s,g]rlimit syscall

2008-07-08 Thread Paul Mundt
On Tue, Jul 08, 2008 at 10:26:11AM +0200, Carmelo AMOROSO wrote: > Hi Paul, > are you ok with changing default behaviour on sh4 regarding RLIMIT > wrapper. The change in the attached patch was required to fix > LTP/setrlimit02 test case. > Looks fine to me. __

[PATCH] sh4 supports new {s,g]rlimit syscall

2008-07-08 Thread Carmelo AMOROSO
Hi Paul, are you ok with changing default behaviour on sh4 regarding RLIMIT wrapper. The change in the attached patch was required to fix LTP/setrlimit02 test case. Cheers, Carmelo Index: libc/sysdeps/linux/sh/bits/uClibc_arch_features.h

Re: libc_hidden_proto removal en masse

2008-07-08 Thread Carmelo AMOROSO
Carmelo AMOROSO wrote: > Bernhard Fischer wrote: >> On Tue, Jul 08, 2008 at 09:05:28AM +0200, Carmelo AMOROSO wrote: >> >>> I'd like to highlight that we need to fix the testsuite build system. >>> I've sent a patch recently putting together some suggestions by Bernard, >>> Bernd and others. I'd l

Re: [PATCH] uClibc_mutex.h: do not include pthread.h

2008-07-08 Thread Carmelo AMOROSO
Carmelo AMOROSO wrote: > Hi All, > after having merged recent uClibc_mutex.h into nptl branch I've seen a > problem in building 'dvdr-tools' application. The problem is that a > source file of this application use a variable "BOOL clone". > This source includes stdio.h -> uClibc_stdio.h -> uClibc

Re: libc_hidden_proto removal en masse

2008-07-08 Thread Carmelo AMOROSO
Bernhard Fischer wrote: > On Tue, Jul 08, 2008 at 09:05:28AM +0200, Carmelo AMOROSO wrote: > >> I'd like to highlight that we need to fix the testsuite build system. >> I've sent a patch recently putting together some suggestions by Bernard, >> Bernd and others. I'd like to have it reviewed so th

Re: libc_hidden_proto removal en masse

2008-07-08 Thread Bernhard Fischer
On Tue, Jul 08, 2008 at 09:05:28AM +0200, Carmelo AMOROSO wrote: >I'd like to highlight that we need to fix the testsuite build system. >I've sent a patch recently putting together some suggestions by Bernard, >Bernd and others. I'd like to have it reviewed so that it can be merged in. I remembe

Re: libc_hidden_proto removal en masse

2008-07-08 Thread Carmelo AMOROSO
Denys Vlasenko wrote: > Hi, > > Seems like removal of libc_hidden_proto's for functions > from string.h went without major catastrophes. > > I would like to go ahead and remove all other > libc_hidden_proto's from .c files. I plan to do it > on coming weekend. > > If this will interfere with you

Re: libc_hidden_proto removal en masse

2008-07-08 Thread Carmelo AMOROSO
Denys Vlasenko wrote: > Hi, > > Seems like removal of libc_hidden_proto's for functions > from string.h went without major catastrophes. > > I would like to go ahead and remove all other > libc_hidden_proto's from .c files. I plan to do it > on coming weekend. > > If this will interfere with you