[RFC] Fix MIPS strong_alias definition in libc-internal.h

Mike Frysinger vapier at gentoo.org
Sun Jan 15 20:58:50 UTC 2006


On Saturday 14 January 2006 14:02, Steven J. Hill wrote:
> +#else
> +# define strong_alias(name, aliasname)                                 \
> +  .global C_SYMBOL_NAME (aliasname) ;                                  \
> +  C_SYMBOL_NAME(aliasname) = C_SYMBOL_NAME(name)
> +#endif

alpha needs this too :/
-mike


More information about the uClibc mailing list