libstdc++: [_GLIBCXX_INLINE_VERSION] Add comment on emul TLS symbols

libstdc++-v3/ChangeLog:

	* config/abi/pre/gnu-versioned-namespace.ver: Add comment on recently
	added emul TLS symbols.
This commit is contained in:
François Dumont 2023-10-30 22:07:49 +01:00
parent 5ea11700e5
commit 6504b4a498

View file

@ -78,6 +78,8 @@ GLIBCXX_8.0 {
# thread/mutex/condition_variable/future
__once_proxy;
# targets using emutls
__emutls_v._ZSt3__811__once_call;
__emutls_v._ZSt3__815__once_callable;