gcc/libstdc++-v3/config
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
..
abi libstdc++: Update ppc64le baseline_symbols.txt 2021-04-20 12:48:12 +02:00
allocator Update copyright years. 2021-01-04 10:26:59 +01:00
cpu Update copyright years. 2021-01-04 10:26:59 +01:00
io Update copyright years. 2021-01-04 10:26:59 +01:00
locale ctype support for libstdc++ on VxWorks 2021-05-04 21:49:43 -03:00
os libstdc++: only define _GLIBCXX_HAVE_TLS for VxWorks >= 6.6 2021-11-09 09:51:08 +01:00