gcc/libstdc++-v3
Jonathan Wakely 1defe743ae
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.
2024-04-11 15:22:33 +01:00
..
config libstdc++: Export std::__basic_file::native_handle as GLIBCXX_3.4.33 [PR114692] 2024-04-11 15:22:33 +01:00
doc libstdc++: Update docs on build process and generated files 2024-03-19 15:20:07 +00:00
include libstdc++: Fix build for targets without FP std::from_chars [PR114633] 2024-04-10 00:21:41 +01:00
libsupc++
po
python
scripts libstdc++: Fix Python scripts to output the correct filename 2024-03-19 15:20:07 +00:00
src libstdc++: Handle EMLINK and EFTYPE in std::filesystem::remove_all 2024-04-10 12:58:28 +01:00
testsuite libstdc++: Export std::__basic_file::native_handle as GLIBCXX_3.4.33 [PR114692] 2024-04-11 15:22:33 +01:00
acinclude.m4 Fix up duplicated words mostly in comments, part 1 2024-04-02 13:39:11 +02:00
aclocal.m4
ChangeLog Daily bump. 2024-04-11 00:17:54 +00:00
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012
ChangeLog-2013
ChangeLog-2014
ChangeLog-2015
ChangeLog-2016
ChangeLog-2017
ChangeLog-2018
ChangeLog-2019
ChangeLog-2020
ChangeLog-2021
ChangeLog-2022
ChangeLog-2023
config.h.in
configure
configure.ac
configure.host Fix up duplicated words mostly in comments, part 1 2024-04-02 13:39:11 +02:00
crossconfig.m4
fragment.am
linkage.m4
Makefile.am
Makefile.in
README

file: libstdc++-v3/README

New users may wish to point their web browsers to the file
index.html in the 'doc/html' subdirectory.  It contains brief
building instructions and notes on how to configure the library in
interesting ways.