svn commit: trunk/uClibc/libpthread/linuxthreads.old

vda at uclibc.org vda at uclibc.org
Tue May 20 20:14:59 UTC 2008


Author: vda
Date: 2008-05-20 13:14:59 -0700 (Tue, 20 May 2008)
New Revision: 22025

Log:
add an URL to relevant gcc bugzilla entry



Modified:
   trunk/uClibc/libpthread/linuxthreads.old/forward.c


Changeset:
Modified: trunk/uClibc/libpthread/linuxthreads.old/forward.c
===================================================================
--- trunk/uClibc/libpthread/linuxthreads.old/forward.c	2008-05-20 19:30:16 UTC (rev 22024)
+++ trunk/uClibc/libpthread/linuxthreads.old/forward.c	2008-05-20 20:14:59 UTC (rev 22025)
@@ -32,8 +32,9 @@
     //libc_hidden_proto(foo)
 but adding after will! Which is extremely strange -
 weak_extern expands into just "#pragma weak __pthread_initialize".
-TODO: determine whether it is a gcc bug or what...
-for now, just include all headers before internals.h
+TODO: determine whether it is a gcc bug or what
+(see gcc.gnu.org/bugzilla/show_bug.cgi?id=36282).
+For now, just include all headers before internals.h
 (they are again included in internals.h - maybe remove them there later)
 */
 #include <string.h>




More information about the uClibc-cvs mailing list