summaryrefslogtreecommitdiff
path: root/libgo/config.h.in
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2012-02-08 05:30:12 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2012-02-08 05:30:12 +0000
commit969120981e1ad51bc5f64462a74c3aa25a285aa3 (patch)
treec2a0810ed549d7918e5361e32b62c078b9961ff3 /libgo/config.h.in
parentab53de436b8df2338e96896a304b4839eaae76e0 (diff)
downloadgcc-969120981e1ad51bc5f64462a74c3aa25a285aa3.tar.gz
runtime: System-specific hack fix for x86_64 Solaris 10.
Fixes problem in which setcontext changes all thread-specific information. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183993 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/config.h.in')
-rw-r--r--libgo/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgo/config.h.in b/libgo/config.h.in
index c9f497d12aa..bd19873819c 100644
--- a/libgo/config.h.in
+++ b/libgo/config.h.in
@@ -189,6 +189,9 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
+/* Define if setcontext clobbers TLS variables */
+#undef SETCONTEXT_CLOBBERS_TLS
+
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS