From 29809d2332b402302b1677ca3c6df8ce44c15341 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Thu, 11 Jan 2024 11:27:02 +0000 Subject: [PATCH] libstdc++: Document addition of libstdc++exp.a The API Evolution section of the manual should mention when the libstdc++exp.a library was added. libstdc++-v3/ChangeLog: * doc/xml/manual/evolution.xml: Document addition of libstdc++exp.a. * doc/html/*: Regenerate. (cherry picked from commit a3babd7db769d0aeccb96a494ba3ac3e6f005181) --- libstdc++-v3/doc/html/index.html | 2 +- libstdc++-v3/doc/html/manual/api.html | 4 +++- libstdc++-v3/doc/html/manual/appendix.html | 2 +- libstdc++-v3/doc/html/manual/appendix_porting.html | 2 +- libstdc++-v3/doc/html/manual/index.html | 2 +- libstdc++-v3/doc/xml/manual/evolution.xml | 10 ++++++++++ 6 files changed, 17 insertions(+), 5 deletions(-) diff --git a/libstdc++-v3/doc/html/index.html b/libstdc++-v3/doc/html/index.html index ed7021bd4610..ad217d3a75ee 100644 --- a/libstdc++-v3/doc/html/index.html +++ b/libstdc++-v3/doc/html/index.html @@ -142,7 +142,7 @@ Existing tests C++11 Requirements Test Sequence Descriptions -ABI Policy and GuidelinesThe C++ InterfaceVersioningGoalsHistoryPrerequisitesConfiguringChecking ActiveAllowed ChangesProhibited ChangesImplementationTestingSingle ABI TestingMultiple ABI TestingOutstanding IssuesAPI Evolution and Deprecation History3.03.13.23.33.44.04.14.24.34.44.54.64.74.84.955.3677.27.38910111212.313Backwards CompatibilityFirstSecondThirdPre-ISO headers removedExtension headers hash_map, hash_set moved to ext or backwardsNo ios::nocreate/ios::noreplace. +ABI Policy and GuidelinesThe C++ InterfaceVersioningGoalsHistoryPrerequisitesConfiguringChecking ActiveAllowed ChangesProhibited ChangesImplementationTestingSingle ABI TestingMultiple ABI TestingOutstanding IssuesAPI Evolution and Deprecation History3.03.13.23.33.44.04.14.24.34.44.54.64.74.84.955.3677.27.38910111212.31313.3Backwards CompatibilityFirstSecondThirdPre-ISO headers removedExtension headers hash_map, hash_set moved to ext or backwardsNo ios::nocreate/ios::noreplace. No stream::attach(int fd) diff --git a/libstdc++-v3/doc/html/manual/api.html b/libstdc++-v3/doc/html/manual/api.html index 24876ec99f55..df64088c2fef 100644 --- a/libstdc++-v3/doc/html/manual/api.html +++ b/libstdc++-v3/doc/html/manual/api.html @@ -485,4 +485,6 @@ and later.
3.0
3.1
3.2
3.3
3.4
4.0
4.1
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5
5.3
6
7
7.2
7.3
8
9
10
11
12
12.3
13
ios::nocreate/ios::noreplace
13.3
stream::attach(int fd)
Tunables <variable>glibcxx.eh_pool.obj_count</variable> and <variable>glibcxx.eh_pool.obj_size</variable> were added. -