[Glibc-bsd-commits] r1583 - trunk/glibc-2.3-head/linuxthreads/kfreebsd/i386

Petr Salinger ps-guest at costa.debian.org
Tue Jun 6 16:15:15 UTC 2006


Author: ps-guest
Date: 2006-06-06 16:15:14 +0000 (Tue, 06 Jun 2006)
New Revision: 1583

Modified:
   trunk/glibc-2.3-head/linuxthreads/kfreebsd/i386/tls.h
Log:
* let our glibc and gcc-4.1 be friends ...



Modified: trunk/glibc-2.3-head/linuxthreads/kfreebsd/i386/tls.h
===================================================================
--- trunk/glibc-2.3-head/linuxthreads/kfreebsd/i386/tls.h	2006-06-05 08:52:47 UTC (rev 1582)
+++ trunk/glibc-2.3-head/linuxthreads/kfreebsd/i386/tls.h	2006-06-06 16:15:14 UTC (rev 1583)
@@ -63,7 +63,7 @@
                 : "0" (SYS_sysarch),     	\
                   "i" (I386_SET_GSBASE),       	\
                   "d" (&base)			\
-                : "cc" );          		\
+                : "memory", "cc" );    		\
   result;                                       \
 })
 




More information about the Glibc-bsd-commits mailing list