diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-07 00:55:20 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-07 00:55:20 +0000 |
commit | a01550acfc47492bf127b83b92b14471b020041b (patch) | |
tree | df3ab096fe1132c25cca2f3c18db4ac5133baf52 /libgo/config.h.in | |
parent | fd4076faf16b0590f625bb827449ee78b1b2d99c (diff) | |
download | ppe42-gcc-a01550acfc47492bf127b83b92b14471b020041b.tar.gz ppe42-gcc-a01550acfc47492bf127b83b92b14471b020041b.zip |
runtime: Use dl_iterate_phdr to get TLS size.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188290 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/config.h.in')
-rw-r--r-- | libgo/config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libgo/config.h.in b/libgo/config.h.in index eb81c9ee715..0aef2ce7b07 100644 --- a/libgo/config.h.in +++ b/libgo/config.h.in @@ -21,6 +21,9 @@ /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H +/* Define to 1 if you have the `dl_iterate_phdr' function. */ +#undef HAVE_DL_ITERATE_PHDR + /* Define to 1 if you have the `epoll_create1' function. */ #undef HAVE_EPOLL_CREATE1 @@ -286,9 +289,6 @@ /* Define to 1 if you have the `wait4' function. */ #undef HAVE_WAIT4 -/* Define to 1 if you have the `_dl_get_tls_static_info' function. */ -#undef HAVE__DL_GET_TLS_STATIC_INFO - /* Define if the C++ compiler is configured for setjmp/longjmp exceptions. */ #undef LIBGO_SJLJ_EXCEPTIONS |