svn commit: trunk/uClibc/include
Peter S. Mazinger
ps.m at gmx.net
Mon Jun 19 08:57:31 UTC 2006
On Sun, 18 Jun 2006 vapier at uclibc.org wrote:
> Author: vapier
> Date: 2006-06-18 20:43:20 -0700 (Sun, 18 Jun 2006)
> New Revision: 15430
>
> Log:
> use internal aliases for static objects as well
>
> Modified:
> trunk/uClibc/include/libc-symbols.h
>
>
> Changeset:
> Modified: trunk/uClibc/include/libc-symbols.h
> ===================================================================
> --- trunk/uClibc/include/libc-symbols.h 2006-06-19 03:20:03 UTC (rev 15429)
> +++ trunk/uClibc/include/libc-symbols.h 2006-06-19 03:43:20 UTC (rev 15430)
> @@ -420,7 +420,7 @@
> # define __hidden_proto_hiddenattr(attrs...)
> #endif
>
> -#if !defined STATIC && !defined __BCC__
> +#if /*!defined STATIC &&*/ !defined __BCC__
> # ifndef __ASSEMBLER__
> # define hidden_proto(name, attrs...) __hidden_proto (name, __GI_##name, ##attrs)
> # define __hidden_proto(name, internal, attrs...) \
Can't recall under which circumstances, but the build will break ...
You would maybe want to see what I did in the big patch allowing to enable
the internals use even without hidden.
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-cvs
mailing list