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

vapier at uclibc.org vapier at uclibc.org
Thu Dec 1 08:16:18 UTC 2005


Author: vapier
Date: 2005-12-01 00:16:07 -0800 (Thu, 01 Dec 2005)
New Revision: 12614

Log:
fix libc_hidden_builtin_def

Modified:
   trunk/uClibc/libc/string/mips/sysdep.h


Changeset:
Modified: trunk/uClibc/libc/string/mips/sysdep.h
===================================================================
--- trunk/uClibc/libc/string/mips/sysdep.h	2005-12-01 08:15:00 UTC (rev 12613)
+++ trunk/uClibc/libc/string/mips/sysdep.h	2005-12-01 08:16:07 UTC (rev 12614)
@@ -43,9 +43,9 @@
 #endif
 
 #ifdef libc_hidden_builtin_def
-#error WHOA!!! libc_hidden_builtin_def is defined
+#error "WHOA!!! libc_hidden_builtin_def is defined"
 #else
-#define libc_hidden_builtin_def(name)
+#define libc_hidden_builtin_def(name) .global __ ## name ; __ ## name = name
 #endif
 
 #endif




More information about the uClibc-cvs mailing list