Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jul 2007 19:11:59 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 124372 for review
Message-ID:  <200707301911.l6UJBxop096961@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=124372

Change 124372 by gonzo@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707301911.l6UJBxop096961>