PERFORCE change 124372 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Mon Jul 30 19:12:00 UTC 2007


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

Change 124372 by gonzo at gonzo_jeeves on 2007/07/30 19:11:05

	o MIPS port has no TLS yet, just like arm and sparc64

Affected files ...

.. //depot/projects/mips2/src/gnu/lib/libgomp/config.h#2 edit
.. //depot/projects/mips2/src/gnu/lib/libstdc++/config.h#4 edit

Differences ...

==== //depot/projects/mips2/src/gnu/lib/libgomp/config.h#2 (text+ko) ====

@@ -59,7 +59,7 @@
 #define HAVE_SYS_TYPES_H 1
 
 /* Define to 1 if the target supports thread-local storage. */
-#if !defined(__sparc64__) && !defined(__arm__)
+#if !defined(__sparc64__) && !defined(__arm__) && !defined(__mips__)
 #define HAVE_TLS 1
 #endif
 

==== //depot/projects/mips2/src/gnu/lib/libstdc++/config.h#4 (text+ko) ====

@@ -371,7 +371,7 @@
 /* #undef HAVE_TANL */
 
 /* Define to 1 if the target supports thread-local storage. */
-#if !defined(__sparc64__) && !defined(__arm__)
+#if !defined(__sparc64__) && !defined(__arm__) && !defined(__mips__)
 #define HAVE_TLS 1
 #endif
 


More information about the p4-projects mailing list