svn commit: trunk/uClibc: extra/locale include ldso/libdl libc/ine etc...

Carmelo AMOROSO carmelo.amoroso at st.com
Tue May 27 16:00:07 UTC 2008


vda at uclibc.org wrote:
> Author: vda
> Date: 2008-05-20 13:28:35 -0700 (Tue, 20 May 2008)
> New Revision: 22026
>
> Log:
> Introduce and use small[u]int type. Changes in size:
>
> -     79              0      28     107      6b libc/inet/rpc/create_xid.o
> +     76              0      25     101      65 libc/inet/rpc/create_xid.o
> -    126              0       4     130      82 libc/misc/assert/__assert.o
> +    123              0       1     124      7c libc/misc/assert/__assert.o
> -    648              4      24     676     2a4 libc/misc/internals/__uClibc_main.o
> +    645              4      21     670     29e libc/misc/internals/__uClibc_main.o
> -    230              0       4     234      ea libc/stdlib/abort.o
> +    216              0       1     217      d9 libc/stdlib/abort.o
> -    129              0       4     133      85 libc/termios/tcgetsid.o
> +    126              0       1     127      7f libc/termios/tcgetsid.o
>
>
>
> Modified:
>    trunk/uClibc/extra/locale/gen_collate.c
>    trunk/uClibc/extra/locale/gen_wctype.c
>   
Hi,
gen_collate and gen_wctype are built on the host to generate on-the-fly 
some locale
related C files, so they are not belong to the uclibc and they do not 
have the smallint
defined.
I suppose you did not try with locale support enabled.
I've fixed it by reverting to the previous version.

Carmelo



More information about the uClibc-cvs mailing list