svn commit: trunk/uClibc/libc/string/x86_64

Peter S. Mazinger ps.m at gmx.net
Mon Jan 9 08:54:39 UTC 2006


On Sun, 8 Jan 2006 vapier at uclibc.org wrote:

> Author: vapier
> Date: 2006-01-08 19:17:00 -0800 (Sun, 08 Jan 2006)
> New Revision: 13190
> 
> Log:
> add missing __strcoll alias
> 
> Modified:
>    trunk/uClibc/libc/string/x86_64/strcmp.S
> 
> 
> Changeset:
> Modified: trunk/uClibc/libc/string/x86_64/strcmp.S
> ===================================================================
> --- trunk/uClibc/libc/string/x86_64/strcmp.S	2006-01-09 03:07:44 UTC (rev 13189)
> +++ trunk/uClibc/libc/string/x86_64/strcmp.S	2006-01-09 03:17:00 UTC (rev 13190)
> @@ -41,3 +41,4 @@
>  END (BP_SYM (__strcmp))
>  
>  strong_alias(__strcmp,strcmp)
> +hidden_strong_alias(__strcmp,__strcoll)

This should be conditional, else you will end up w/ duplicate (see other 
archs). You will need strcoll as well.

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