diff --git a/libstdc++-v3/doc/html/manual/abi.html b/libstdc++-v3/doc/html/manual/abi.html index 5d07c045d86..3131731daca 100644 --- a/libstdc++-v3/doc/html/manual/abi.html +++ b/libstdc++-v3/doc/html/manual/abi.html @@ -110,7 +110,7 @@ compatible. has the same filename and DT_SONAME as the preceding release.

It is versioned as follows: -

+

Note 1: Error should be libstdc++.so.3.0.3.

Note 2: Not strictly required. @@ -128,7 +128,7 @@ compatible. GLIBCPP_3.2 for symbols that were introduced in the GCC 3.2.0 release.) If a particular release is not listed, it has the same version labels as the preceding release. -

  • Incremental bumping of a compiler pre-defined macro, +

  • Incremental bumping of a compiler pre-defined macro, __GXX_ABI_VERSION. This macro is defined as the version of the compiler v3 ABI, with g++ 3.0 being version 100. This macro will be automatically defined whenever g++ is used (the curious can @@ -226,7 +226,7 @@ compatible. file's macro GLIBCXX_CONFIGURE (GLIBCPP_CONFIGURE before GCC 3.4.0).

    C++ includes are versioned as follows: -

  • +

    Taken together, these techniques can accurately specify interface and implementation changes in the GNU C++ tools themselves. Used properly, they allow both the GNU C++ tools implementation, and diff --git a/libstdc++-v3/doc/xml/manual/abi.xml b/libstdc++-v3/doc/xml/manual/abi.xml index c15aa49e464..b332c978450 100644 --- a/libstdc++-v3/doc/xml/manual/abi.xml +++ b/libstdc++-v3/doc/xml/manual/abi.xml @@ -272,6 +272,7 @@ compatible. GCC 9.2.0: libstdc++.so.6.0.27 GCC 9.3.0: libstdc++.so.6.0.28 GCC 10.1.0: libstdc++.so.6.0.28 + GCC 11.1.0: libstdc++.so.6.0.29 Note 1: Error should be libstdc++.so.3.0.3. @@ -346,6 +347,7 @@ compatible. GCC 9.2.0: GLIBCXX_3.4.27, CXXABI_1.3.12 GCC 9.3.0: GLIBCXX_3.4.28, CXXABI_1.3.12 GCC 10.1.0: GLIBCXX_3.4.28, CXXABI_1.3.12 + GCC 11.1.0: GLIBCXX_3.4.29, CXXABI_1.3.13 @@ -579,10 +581,10 @@ compatible. GCC 3.3.3: include/c++/3.3.3 GCC 3.4.x: include/c++/3.4.x GCC 4.x.y: include/c++/4.x.y - GCC 5.x.0: include/c++/5.x.0 - GCC 6.x.0: include/c++/6.x.0 - GCC 7.x.0: include/c++/7.x.0 - GCC 8.x.0: include/c++/8.x.0 + GCC 5.1.0: include/c++/5.1.0 + + GCC x.y.0: include/c++/x.y.0 (for releases after GCC 5.1.0) + @@ -1227,7 +1229,7 @@ gcc test.c -g -O2 -L. -lone -ltwo /usr/lib/libstdc++.so.5 /usr/lib/libstdc++.so. on GNU/Linux Systems - + SYRCoSE 2009