PERFORCE change 105532 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sat Sep 2 15:40:12 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=105532

Change 105532 by gonzo at gonzo_hideout on 2006/09/02 15:39:18

	o On the moment pick up TLS variant II for MIPS TLS.

Affected files ...

.. //depot/projects/mips2/src/lib/libc/gen/tls.c#3 edit

Differences ...

==== //depot/projects/mips2/src/lib/libc/gen/tls.c#3 (text+ko) ====

@@ -62,7 +62,7 @@
 #define TLS_VARIANT_I
 #endif
 #if defined(__i386__) || defined(__amd64__) || defined(__sparc64__) || \
-    defined(__arm__)
+    defined(__arm__) || defined(__mips__)
 #define TLS_VARIANT_II
 #endif
 


More information about the p4-projects mailing list