gcc/libstdc++-v3
Jonathan Wakely ceae3a66d3 libstdc++: Fix exports for IEEE128 versions of __try_use_facet [PR108327]
The new symbols need to be exported, as well as some of the
std::locale::facet::id globals, which are not new but were presumably
not needed by any inline functions before now.

libstdc++-v3/ChangeLog:

	PR libstdc++/108327
	* config/os/gnu-linux/ldbl-extra.ver (GLIBCXX_LDBL_3.4.31):
	Export __try_use_facet specializations for facets in namespace
	__gnu_cxx_ldbl128.
	* config/os/gnu-linux/ldbl-ieee128-extra.ver
	(GLIBCXX_IEEE128_3.4.31): Likewise for facets in namespace
	__gnu_cxx_ieee128.
	* testsuite/util/testsuite_abi.cc: Add to lists of known and
	latest versions.
2023-01-13 00:15:01 +00:00
..
config libstdc++: Fix exports for IEEE128 versions of __try_use_facet [PR108327] 2023-01-13 00:15:01 +00:00
doc libstdc++: Update shared library version history in manual 2023-01-12 20:57:34 +00:00
include libstdc++: Do not include <system_error> in concurrency headers 2023-01-13 00:15:01 +00:00
libsupc++ libstdc++: Fix _Hash_bytes for I16LP32 targets [PR107885] 2022-11-28 16:57:35 +00:00
po
python libstdc++: Fix <chrono> printers for Python 2 [PR108212] 2023-01-05 16:28:43 +00:00
scripts
src libstdc++: Fix tzdb.cc to compile with -fno-exceptions 2023-01-10 10:09:22 +00:00
testsuite libstdc++: Fix exports for IEEE128 versions of __try_use_facet [PR108327] 2023-01-13 00:15:01 +00:00
acinclude.m4 Reimplement GNU threads library on native Windows 2022-12-23 23:58:06 +00:00
aclocal.m4
ChangeLog Daily bump. 2023-01-11 00:17:56 +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 Rotate ChangeLog files. 2023-01-01 16:20:13 +01:00
config.h.in Reimplement GNU threads library on native Windows 2022-12-23 23:58:06 +00:00
configure Reimplement GNU threads library on native Windows 2022-12-23 23:58:06 +00:00
configure.ac libstdc++: Implement C++20 time zone support in <chrono> 2022-12-22 23:34:20 +00:00
configure.host
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.