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

psm at uclibc.org psm at uclibc.org
Wed Feb 15 20:44:38 UTC 2006


Author: psm
Date: 2006-02-15 12:44:37 -0800 (Wed, 15 Feb 2006)
New Revision: 14065

Log:
strcoll for non-locale

Modified:
   trunk/uClibc/libc/string/ia64/strcmp.S


Changeset:
Modified: trunk/uClibc/libc/string/ia64/strcmp.S
===================================================================
--- trunk/uClibc/libc/string/ia64/strcmp.S	2006-02-15 19:21:55 UTC (rev 14064)
+++ trunk/uClibc/libc/string/ia64/strcmp.S	2006-02-15 20:44:37 UTC (rev 14065)
@@ -52,3 +52,8 @@
 	br.ret.sptk.many b0
 END(strcmp)
 libc_hidden_def (strcmp)
+
+#ifndef __UCLIBC_HAS_LOCALE__
+strong_alias(strcmp,strcoll)
+libc_hidden_def(strcoll)
+#endif




More information about the uClibc-cvs mailing list