uClibc buildlog for 20060202 snapshot (svn r13793)

Peter S. Mazinger ps.m at gmx.net
Thu Feb 2 12:16:41 UTC 2006


On 2 Feb 2006, Mike Frysinger wrote:

>    cris :    cris : default endian : FAIL!

typo by me, fixed

> powerpc : powerpc : default endian : FAIL!

> ./include/bits/uClibc_fpmax.h:90:2: warning: #warning DECIMAL_DIG is not defined! If you are using gcc, it may not be defining __STDC_VERSION__ as it should.

this would go away if we would use -std=c99 (or at least 94, it's not 
c94, something longer) because we get __STDC_VERSION__ defined
the uClibc sources do more checks of __STDC_VERSION__
I am wondering about __STDC__, that is not defined at all by gcc.

>    bfin :    bfin : default endian : PASS
> libc/stdlib/abort.c:43:3: warning: #warning "no abort instruction defined for your arch"

what is abort for bfin?

> -------------------------------------------------------------
>    i386 :    i386 : default endian : PASS
> libc/inet/rpc/rpc_cmsg.c: In function `xdr_callmsg':
> libc/inet/rpc/rpc_cmsg.c:117: warning: operation on `buf' may be undefined

is there no way to get rid of this, the code is the same as in glibc, why only on i386?
 
> -------------------------------------------------------------
>    mips :    mips :     big endian : PASS
> libc/sysdeps/linux/mips/clone.S: Assembler messages:
> libc/sysdeps/linux/mips/clone.S:106: Warning: No .frame pseudo-op used in PIC code
> libc/sysdeps/linux/mips/clone.S:67: Warning: Pretending global symbol used as branch target is local.

> libc/sysdeps/linux/mips/crt1.S: Assembler messages:
> libc/sysdeps/linux/mips/crt1.S:114: Warning: No .cprestore pseudo-op used in PIC code

sjhill: __PIC__ specific handling needed for above, `jal` use?

> -------------------------------------------------------------
> powerpc : powerpc : default endian : FAIL!

there is an ifdef _SCALB_INT in the generic version, powerpc worked as if 
it would be defined, changed it to use double, else mismatch.
Do we need to define _SCALB_INT or it is some ancient version of scalb?

Thanks, Peter

-- 
Peter S. Mazinger <ps dot m at gmx dot net>           ID: 0xA5F059F2
Key fingerprint = 92A4 31E1 56BC 3D5A 2D08  BB6E C389 975E A5F0 59F2




More information about the uClibc mailing list