Re: svn commit: trunk/uClibc: include

2009-01-13 Thread Bernd Schmidt
Denys Vlasenko wrote: On Monday 12 January 2009 14:07, Bernd Schmidt wrote: Rules.mak: add -funsigned-char, to forestall future PITA Yeah, that's just wrong for all the reasons given in the old thread. Please revert if you haven't already. Old thread said generated code for -fsigned-char is

Re: svn commit: trunk/uClibc: include

2009-01-13 Thread Matthieu CASTET
Bernd Schmidt a écrit : Denys Vlasenko wrote: On Monday 12 January 2009 14:07, Bernd Schmidt wrote: Rules.mak: add -funsigned-char, to forestall future PITA Yeah, that's just wrong for all the reasons given in the old thread. Please revert if you haven't already. Old thread said generated

__isinfl and __isnanl

2009-01-13 Thread Natanael Copa
Hi, I tried to compile kvm-82 against uclibc-0.9.30. Seems like it could work except that it needs 2 un implemented funcs __isinfl and __isnanl. Does nyone have a patch with those funcs for uclibc-0.9.30? Thanks! -nc ___ uClibc mailing list

Re: svn commit: trunk/uClibc: include

2009-01-13 Thread Denys Vlasenko
On Tuesday 13 January 2009 10:56, Bernd Schmidt wrote: Denys Vlasenko wrote: On Monday 12 January 2009 14:07, Bernd Schmidt wrote: Rules.mak: add -funsigned-char, to forestall future PITA Yeah, that's just wrong for all the reasons given in the old thread. Please revert if you haven't

Re: __isinfl and __isnanl

2009-01-13 Thread Bernhard Reutner-Fischer
On Tue, Jan 13, 2009 at 11:44:06AM +0100, Natanael Copa wrote: Hi, I tried to compile kvm-82 against uclibc-0.9.30. Seems like it could work except that it needs 2 un implemented funcs __isinfl and __isnanl. Does nyone have a patch with those funcs for uclibc-0.9.30? This should be fixed on the

Re: svn commit: trunk/uClibc: include libc/misc/regex

2009-01-13 Thread Bernhard Reutner-Fischer
On Fri, Dec 26, 2008 at 04:25:10AM +, v...@uclibc.org wrote: Author: vda Date: 2008-12-26 04:25:09 + (Fri, 26 Dec 2008) New Revision: 24548 Log: regex: drop __funcname aliases. remove much of unused code. shrink offset tables. disable likely/unlikely BE() macro. I prefer likely/unlikely

Re: svn commit: trunk/uClibc: include

2009-01-13 Thread Daniel Jacobowitz
On Tue, Jan 13, 2009 at 12:26:32PM +0100, Denys Vlasenko wrote: * We want users to be able to use -funsigned-char or -fsigned-char when they build their programs against uclibc, and still have their programs working correctly. So test them. The architecture defaults, in general, are the