diff options
author | François Dumont <fdumont@gcc.gnu.org> | 2023-10-30 22:07:49 +0100 |
---|---|---|
committer | François Dumont <fdumont@gcc.gnu.org> | 2023-10-30 22:07:49 +0100 |
commit | 6504b4a4987a0963bfe701305cb438319c93a0af (patch) | |
tree | d37c8299591aa0e8ca09353608dc583298da7e64 | |
parent | 5ea11700e5c25d5213d80104a402c8fd427cda76 (diff) | |
download | gcc-6504b4a4987a0963bfe701305cb438319c93a0af.zip gcc-6504b4a4987a0963bfe701305cb438319c93a0af.tar.gz gcc-6504b4a4987a0963bfe701305cb438319c93a0af.tar.bz2 |
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.
-rw-r--r-- | libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver b/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver index 3140a96..986e0c5 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; |