summaryrefslogtreecommitdiff
path: root/libgomp/config.h.in
diff options
context:
space:
mode:
authorkyukhin <kyukhin@138bc75d-0d04-0410-961f-82ee72b054a4>2014-12-10 13:42:20 +0000
committerkyukhin <kyukhin@138bc75d-0d04-0410-961f-82ee72b054a4>2014-12-10 13:42:20 +0000
commit4b9d11e9bb503a98c652a9bd7f685e2f04403d65 (patch)
tree669b9c23b1f8d3be5e8f8ec8a4b43aaee66653da /libgomp/config.h.in
parentc090a78fe0fefd8c55e92bb269349dc576b1f6f5 (diff)
downloadgcc-4b9d11e9bb503a98c652a9bd7f685e2f04403d65.tar.gz
libgomp/
* config.h.in: Regenerate. * configure: Regenerate. * configure.ac: Add GCC_CHECK_EMUTLS. * libgomp.h: Add check for USE_EMUTLS: this case is equal to HAVE_TLS. * team.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218576 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/config.h.in')
-rw-r--r--libgomp/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgomp/config.h.in b/libgomp/config.h.in
index 94a2b3b3b32..a5e27ca4eaf 100644
--- a/libgomp/config.h.in
+++ b/libgomp/config.h.in
@@ -79,6 +79,9 @@
/* Define to 1 if the target supports thread-local storage. */
#undef HAVE_TLS
+/* Define to 1 if the target use emutls for thread-local storage. */
+#undef USE_EMUTLS
+
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H