]> gcc.gnu.org Git - gcc.git/commitdiff
libstdc++: [_GLIBCXX_INLINE_VERSION] Add comment on emul TLS symbols
authorFrançois Dumont <fdumont@gcc.gnu.org>
Mon, 30 Oct 2023 21:07:49 +0000 (22:07 +0100)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Mon, 30 Oct 2023 21:07:49 +0000 (22:07 +0100)
libstdc++-v3/ChangeLog:

* config/abi/pre/gnu-versioned-namespace.ver: Add comment on recently
added emul TLS symbols.

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

index 3140a9628d8d96ab51f9dae556c23abea2917ffb..986e0c51a82aa2294766b8540de9f2d5f6de845e 100644 (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;
 
This page took 0.059691 seconds and 5 git commands to generate.