public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] libstdc++: Document library versioning for GCC 11
@ 2021-02-25 15:36 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2021-02-25 15:36 UTC (permalink / raw)
  To: libstdc++, gcc-patches

[-- Attachment #1: Type: text/plain, Size: 147 bytes --]

libstdc++-v3/ChangeLog:

	* doc/xml/manual/abi.xml: Document versioning for GCC 11.
	* doc/html/manual/abi.html: Regenerate.

Committed to trunk.


[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 2300 bytes --]

commit ed255fd5eda5e2530779bb69b8805c916ddfe0c2
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Feb 25 14:09:40 2021

    libstdc++: Document library versioning for GCC 11
    
    libstdc++-v3/ChangeLog:
    
            * doc/xml/manual/abi.xml: Document versioning for GCC 11.
            * doc/html/manual/abi.html: Regenerate.

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.
     <listitem><para>GCC 9.2.0: libstdc++.so.6.0.27</para></listitem>
     <listitem><para>GCC 9.3.0: libstdc++.so.6.0.28</para></listitem>
     <listitem><para>GCC 10.1.0: libstdc++.so.6.0.28</para></listitem>
+    <listitem><para>GCC 11.1.0: libstdc++.so.6.0.29</para></listitem>
     </itemizedlist>
     <para>
       Note 1: Error should be libstdc++.so.3.0.3.
@@ -346,6 +347,7 @@ compatible.
     <listitem><para>GCC 9.2.0: GLIBCXX_3.4.27, CXXABI_1.3.12</para></listitem>
     <listitem><para>GCC 9.3.0: GLIBCXX_3.4.28, CXXABI_1.3.12</para></listitem>
     <listitem><para>GCC 10.1.0: GLIBCXX_3.4.28, CXXABI_1.3.12</para></listitem>
+    <listitem><para>GCC 11.1.0: GLIBCXX_3.4.29, CXXABI_1.3.13</para></listitem>
 
     </itemizedlist>
     </listitem>
@@ -579,10 +581,10 @@ compatible.
     <listitem><para>GCC 3.3.3: include/c++/3.3.3</para></listitem>
     <listitem><para>GCC 3.4.x: include/c++/3.4.x</para></listitem>
     <listitem><para>GCC 4.x.y: include/c++/4.x.y</para></listitem>
-    <listitem><para>GCC 5.x.0: include/c++/5.x.0</para></listitem>
-    <listitem><para>GCC 6.x.0: include/c++/6.x.0</para></listitem>
-    <listitem><para>GCC 7.x.0: include/c++/7.x.0</para></listitem>
-    <listitem><para>GCC 8.x.0: include/c++/8.x.0</para></listitem>
+    <listitem><para>GCC 5.1.0: include/c++/5.1.0</para></listitem>
+    <listitem>
+      <para>GCC x.y.0: include/c++/x.y.0 (for releases after GCC 5.1.0)</para>
+    </listitem>
     </itemizedlist>
     <para/>
     </listitem>
@@ -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
 	</link>
       </title>
-	
+
     <subtitle>
       SYRCoSE 2009
     </subtitle>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-25 15:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-25 15:36 [committed] libstdc++: Document library versioning for GCC 11 Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).