From: François Dumont Date: Mon, 30 Oct 2023 21:07:49 +0000 (+0100) Subject: libstdc++: [_GLIBCXX_INLINE_VERSION] Add comment on emul TLS symbols X-Git-Tag: basepoints/gcc-15~5119 X-Git-Url: https://gcc.gnu.org/git/?a=commitdiff_plain;h=6504b4a4987a0963bfe701305cb438319c93a0af;p=gcc.git 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. --- diff --git a/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver b/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver index 3140a9628d8d..986e0c51a82a 100644 --- a/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver +++ b/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver @@ -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;