diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2021-03-12 11:47:20 +0000 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2021-03-16 12:25:28 +0000 |
commit | 995a740cb01a0671a2082cb1ae13d0c356d4b568 (patch) | |
tree | 55fecfcb90d647cf56780c1b02b8c2e93d175272 /libjava | |
parent | 6ee24638ed0ad51e568c799bacf149ba9bd7628b (diff) | |
download | gcc-995a740cb01a0671a2082cb1ae13d0c356d4b568.zip gcc-995a740cb01a0671a2082cb1ae13d0c356d4b568.tar.gz gcc-995a740cb01a0671a2082cb1ae13d0c356d4b568.tar.bz2 |
libstdc++: Remove symbols for new std::call_once implementation [PR 99341]
This removes the new symbols added for the new futex-based
std::call_once implementation. These symbols were new on trunk, so not
in any released version. However, they are already present in some
beta distro releases (Fedora Linux 34) and in Fedora Linux rawhide. This
change can be locally reverted by distros that need to keep the symbols
present until affected packages have been rebuilt.
libstdc++-v3/ChangeLog:
PR libstdc++/99341
* config/abi/post/aarch64-linux-gnu/baseline_symbols.txt: Remove
std::once_flag symbols.
* config/abi/post/ia64-linux-gnu/baseline_symbols.txt: Likewise.
* config/abi/post/m68k-linux-gnu/baseline_symbols.txt: Likewise.
* config/abi/post/riscv64-linux-gnu/baseline_symbols.txt:
Likewise.
* config/abi/pre/gnu.ver: Likewise.
* src/c++11/mutex.cc [_GLIBCXX_HAVE_LINUX_FUTEX]
(struct __once_flag_compat): Remove.
(_ZNSt9once_flag11_M_activateEv): Remove.
(_ZNSt9once_flag9_M_finishEb): Remove.
Diffstat (limited to 'libjava')
0 files changed, 0 insertions, 0 deletions