]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: [_GLIBCXX_INLINE_VERSION] Add emul TLS symbols
authorFrançois Dumont <fdumont@gcc.gnu.org>
Wed, 11 Oct 2023 05:09:09 +0000 (07:09 +0200)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Sun, 29 Oct 2023 21:20:28 +0000 (22:20 +0100)
libstdc++-v3/ChangeLog:

* config/abi/pre/gnu-versioned-namespace.ver: Add missing emul TLS
symbols.

libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver

index 9fab8bead156323759e103f931ea5ef2a01a7a98..3140a9628d8d96ab51f9dae556c23abea2917ffb 100644 (file)
@@ -78,6 +78,8 @@ GLIBCXX_8.0 {
 
     # thread/mutex/condition_variable/future
     __once_proxy;
+    __emutls_v._ZSt3__811__once_call;
+    __emutls_v._ZSt3__815__once_callable;
 
     # std::__convert_to_v
     _ZNSt3__814__convert_to_v*;