]> gcc.gnu.org Git - gcc.git/commit
libstdc++: Export std::__basic_file::native_handle as GLIBCXX_3.4.33 [PR114692]
authorJonathan Wakely <jwakely@redhat.com>
Thu, 11 Apr 2024 11:28:25 +0000 (12:28 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 11 Apr 2024 14:22:33 +0000 (15:22 +0100)
commit1defe743aeb19532f6d6f4cab37e10f11467abd8
tree05a007c00bfcf49ccfa482fc8a8ef549fa743a84
parentb262b17636e47ae969a74f16e86ccb00678d5e88
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.
libstdc++-v3/config/abi/pre/gnu.ver
libstdc++-v3/testsuite/util/testsuite_abi.cc
This page took 0.061227 seconds and 6 git commands to generate.