diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2024-04-11 12:28:25 +0100 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2024-04-11 15:22:33 +0100 |
commit | 1defe743aeb19532f6d6f4cab37e10f11467abd8 (patch) | |
tree | 05a007c00bfcf49ccfa482fc8a8ef549fa743a84 /gcc | |
parent | b262b17636e47ae969a74f16e86ccb00678d5e88 (diff) | |
download | gcc-1defe743aeb19532f6d6f4cab37e10f11467abd8.zip gcc-1defe743aeb19532f6d6f4cab37e10f11467abd8.tar.gz gcc-1defe743aeb19532f6d6f4cab37e10f11467abd8.tar.bz2 |
libstdc++: Export std::__basic_file::native_handle as GLIBCXX_3.4.33 [PR114692]
I added this new symbol in the wrong version. GLIBCXX_3.4.32 was
already used for the GCC 13.2.0 release, so the new symbol should have
been in a new GLIBCXX_3.4.33 version.
Additionally, the pattern doesn't need to use [cw] because we only ever
use __basic_file<char>, even for std::basic_filebuf<wchar_t>.
libstdc++-v3/ChangeLog:
PR libstdc++/114692
* config/abi/pre/gnu.ver (GLIBCXX_3.4.32): Move new exports for
__basic_file::native_handle to ...
(GLIBCXX_3.4.33): ... here. Adjust to not match wchar_t
specialization, which isn't used.
* testsuite/util/testsuite_abi.cc: Add GLIBCXX_3.4.33 and update
latest version check.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions