gcc/libstdc++-v3/config/os
Rasmus Villemoes cc6b8cd9a2 libstdc++: only define _GLIBCXX_HAVE_TLS for VxWorks >= 6.6
According to
https://gcc.gnu.org/legacy-ml/gcc-patches/2008-03/msg01698.html, the
TLS support, including the __tls_lookup function, was added to VxWorks
in 6.6.

It certainly doesn't exist on our VxWorks 5 platform, but the fallback
code in eh_globals.cc using __gthread_key_create() etc. used to work
just fine.

libstdc++-v3/ChangeLog:

	* config/os/vxworks/os_defines.h (_GLIBCXX_HAVE_TLS): Only
	define for VxWorks >= 6.6.
2021-11-09 09:51:08 +01:00
..
aix aix: Protect AIX math.h overloads with new macro. 2021-07-22 11:30:34 -04:00
bionic Update copyright years. 2021-01-04 10:26:59 +01:00
bsd libstdc++, Darwin, ppc : Add new long double symbols. 2021-03-15 15:34:11 +00:00
djgpp Update copyright years. 2021-01-04 10:26:59 +01:00
generic Update copyright years. 2021-01-04 10:26:59 +01:00
gnu-linux libstdc++: Fix typo in comment 2021-04-22 15:49:27 +01:00
hpux Update copyright years. 2021-01-04 10:26:59 +01:00
mingw32 Update copyright years. 2021-01-04 10:26:59 +01:00
mingw32-w64 Update copyright years. 2021-01-04 10:26:59 +01:00
newlib Update copyright years. 2021-01-04 10:26:59 +01:00
qnx/qnx6.1 Update copyright years. 2021-01-04 10:26:59 +01:00
solaris Update copyright years. 2021-01-04 10:26:59 +01:00
tpf Update copyright years. 2021-01-04 10:26:59 +01:00
uclibc Update copyright years. 2021-01-04 10:26:59 +01:00
vxworks libstdc++: only define _GLIBCXX_HAVE_TLS for VxWorks >= 6.6 2021-11-09 09:51:08 +01:00