Skip to content

Commit

Permalink
Add emul TLS symbol exports
Browse files Browse the repository at this point in the history
libstdc++: [_GLIBCXX_INLINE_VERSION] Add emul TLS symbols

libstdc++-v3/ChangeLog:

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

François
  • Loading branch information
Dums35 authored and ouuleilei-bot committed Oct 29, 2023
1 parent c2d62cd commit ef1de94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver
Original file line number Diff line number Diff line change
Expand Up @@ -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*;
Expand Down

0 comments on commit ef1de94

Please sign in to comment.