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

vapier at uclibc.org vapier at uclibc.org
Wed Jan 9 05:54:26 UTC 2008


Author: vapier
Date: 2008-01-08 21:54:25 -0800 (Tue, 08 Jan 2008)
New Revision: 20832

Log:
add workaround for gcc-3.4.6 with mips

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


Changeset:
Modified: trunk/uClibc/libc/string/mips/sysdep.h
===================================================================
--- trunk/uClibc/libc/string/mips/sysdep.h	2008-01-09 05:53:04 UTC (rev 20831)
+++ trunk/uClibc/libc/string/mips/sysdep.h	2008-01-09 05:54:25 UTC (rev 20832)
@@ -29,7 +29,7 @@
   .globl name;                                                                \
   .align 2;                                                                   \
   .ent name,0;                                                                \
-  name##:
+  name/* use a comment rather than ## to workaround bug in gcc-3.4.x */:
 
 #undef END
 #define END(function)                                   \




More information about the uClibc-cvs mailing list