Re: Compile bug in libm with busybox (patch included)

2009-02-18 Thread rhabarber1848
rhabarber1848 wrote: > This was added in rev 23582, for now I will deactivate > UCLIBC_HAS_LONG_DOUBLE_MATH and come back later with more answers to your > questions. Hi, deactivating UCLIBC_HAS_LONG_DOUBLE_MATH solved the Busybox compile bug, but why did it work with uClibc 0.9.30 before? I am

Re: Compile bug in libm with busybox (patch included)

2009-02-18 Thread rhabarber1848
Hi, Denys Vlasenko wrote: > Does that successfully compile "compile_test.c"? after deactivating UCLIBC_HAS_LONG_DOUBLE_MATH, which seems not supported on 32bit PPC, compile_test.c is not compiled anymore due to a test/math/Makefile rule. Please note that I am using UCLIBC_HAS_LONG_DOUBLE_MATH w

Re: Compile bug in libm with busybox (patch included)

2009-02-18 Thread rhabarber1848
Hi, Denys Vlasenko wrote: > In nan.c it is in this #if: > > #if defined __UCLIBC_HAS_LONG_DOUBLE_MATH__ > libm_hidden_proto(nanl) > long double nanl (const char *tagp) > > but you do have UCLIBC_HAS_LONG_DOUBLE_MATH=y in your .config. true, but libc/sysdeps/linux/powerpc/bits/mathdef.h shows

Re: ldouble math

2009-02-18 Thread Denys Vlasenko
On Wed, Feb 18, 2009 at 5:08 PM, Carmelo AMOROSO wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Ned Ludd wrote: >> On Wed, 2009-02-18 at 12:07 +0100, Bernhard Reutner-Fischer wrote: >>> On Wed, Feb 18, 2009 at 10:07:43AM +0100, Carmelo AMOROSO wrote: -BEGIN PGP SIGNED MESSAG

Re: Compile bug in libm with busybox (patch included)

2009-02-18 Thread Denys Vlasenko
On Wed, Feb 18, 2009 at 4:34 PM, rhabarber1848 wrote: > Hi, > > Denys Vlasenko wrote: > >> Please go to uclibc build directory, cd test, >> deleta ll directories except "math" (saves time), >> then run "make compile". > > did so using SVN rev 25359. > >> Does that successfully compile "compile_tes

Re: ldouble math

2009-02-18 Thread Carmelo AMOROSO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ned Ludd wrote: > On Wed, 2009-02-18 at 12:07 +0100, Bernhard Reutner-Fischer wrote: >> On Wed, Feb 18, 2009 at 10:07:43AM +0100, Carmelo AMOROSO wrote: >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> >>> al...@uclibc.org wrote: Author:

Re: Compile bug in libm with busybox (patch included)

2009-02-18 Thread rhabarber1848
Hi, Denys Vlasenko wrote: > Please send me your libm.so, and the outputs of http://www.tuxbox-upload.de/index.php?action=downloadfile&filename=libm-0.9.30-svn.so&directory=Temp > powerpc-tuxbox-linux-uclibc-objdump -drsx libm.so http://www.tuxbox-upload.de/index.php?action=downloadfile&filenam

Re: Compile bug in libm with busybox (patch included)

2009-02-18 Thread rhabarber1848
Hi, Denys Vlasenko wrote: > Please go to uclibc build directory, cd test, > deleta ll directories except "math" (saves time), > then run "make compile". did so using SVN rev 25359. > Does that successfully compile "compile_test.c"? No. > If not, what messages do you see? > TEST_LINK malloc

Re: ldouble math

2009-02-18 Thread Bernhard Reutner-Fischer
On Wed, Feb 18, 2009 at 03:21:05PM +0100, Carmelo AMOROSO wrote: >I've run test suite on my board and I had lot of failures >on some tests that were using denorms. I know FPU support >for denormalized is not working on sh4 (we have some exception >handlers installed in kernel to do the work, but n

Re: Compile bug in libm with busybox (patch included)

2009-02-18 Thread Denys Vlasenko
On Tue, Feb 17, 2009 at 5:21 PM, rhabarber1848 wrote: > @Denys: FYI, with rev 25349 the problem still exists. Please send me your libm.so, and the outputs of powerpc-tuxbox-linux-uclibc-objdump -drsx libm.so and powerpc-tuxbox-linux-uclibc-readelf -a -W libm.so Also, please find my x86 .config

Re: svn commit: trunk/uClibc/test/math

2009-02-18 Thread Bernhard Reutner-Fischer
On Wed, Feb 18, 2009 at 02:04:18PM +, v...@uclibc.org wrote: >Author: vda >Date: 2009-02-18 14:04:17 + (Wed, 18 Feb 2009) >New Revision: 25359 >--- trunk/uClibc/test/math/compile_test.c 2009-02-18 14:04:02 UTC (rev >25358) >+++ trunk/uClibc/test/math/compile_test.c 2009-02-18 14

Re: ldouble math

2009-02-18 Thread Carmelo AMOROSO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bernhard Reutner-Fischer wrote: > On Wed, Feb 18, 2009 at 10:07:43AM +0100, Carmelo AMOROSO wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> al...@uclibc.org wrote: >>> Author: aldot >>> Date: 2008-10-03 07:24:28 -0700 (Fri, 03 Oct 2008

Re: Compile bug in libm with busybox (patch included)

2009-02-18 Thread Denys Vlasenko
On Tue, Feb 17, 2009 at 5:21 PM, rhabarber1848 wrote: > Bernhard Reutner-Fischer wrote: > >> Which version of uClibc are you using? > > Hi, > > I am using SVN head: > > svn co svn://uclibc.org/trunk/uClibc > > I will try the 0_9_30 branch soon, > with 0.9.30 release version everything compiles and

ldouble math

2009-02-18 Thread Bernhard Reutner-Fischer
On Wed, Feb 18, 2009 at 10:07:43AM +0100, Carmelo AMOROSO wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >al...@uclibc.org wrote: >> Author: aldot >> Date: 2008-10-03 07:24:28 -0700 (Fri, 03 Oct 2008) >> New Revision: 23582 >> >> Log: >> - add long double math wrappers (Ned Ludd) >Hi Be

Re: svn commit: trunk/uClibc: extra/Configs include libc/sysdeps/linu etc...

2009-02-18 Thread Carmelo AMOROSO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 al...@uclibc.org wrote: > Author: aldot > Date: 2008-10-03 07:24:28 -0700 (Fri, 03 Oct 2008) > New Revision: 23582 > > Log: > - add long double math wrappers (Ned Ludd) > > > Added: >trunk/uClibc/libm/ldouble_wrappers.c > > Modified: >trunk