This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Update ABI versioning info in libstdc++ manual


Committed to trunk, will also commit to the gcc-5-branch too.
commit 0d264889b71aa29214f5414b707f8ba5735abe20
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Tue Jun 2 12:17:09 2015 +0100

    	* doc/xml/manual/abi.xml: Document versioning for 5.1.0 release.
    	* doc/html/manual/*: Regenerate.

diff --git a/libstdc++-v3/doc/xml/manual/abi.xml b/libstdc++-v3/doc/xml/manual/abi.xml
index 86c591d..a2ed57b 100644
--- a/libstdc++-v3/doc/xml/manual/abi.xml
+++ b/libstdc++-v3/doc/xml/manual/abi.xml
@@ -264,6 +264,7 @@ compatible.
     <listitem><para>GCC 4.8.0: libstdc++.so.6.0.18</para></listitem>
     <listitem><para>GCC 4.8.3: libstdc++.so.6.0.19</para></listitem>
     <listitem><para>GCC 4.9.0: libstdc++.so.6.0.20</para></listitem>
+    <listitem><para>GCC 5.1.0: libstdc++.so.6.0.21</para></listitem>
     </itemizedlist>
     <para>
       Note 1: Error should be libstdc++.so.3.0.3.
@@ -329,6 +330,7 @@ compatible.
     <listitem><para>GCC 4.8.0: GLIBCXX_3.4.18, CXXABI_1.3.7</para></listitem>
     <listitem><para>GCC 4.8.3: GLIBCXX_3.4.19, CXXABI_1.3.7</para></listitem>
     <listitem><para>GCC 4.9.0: GLIBCXX_3.4.20, CXXABI_1.3.8</para></listitem>
+    <listitem><para>GCC 5.1.0: GLIBCXX_3.4.21, CXXABI_1.3.9</para></listitem>
     </itemizedlist>
     </listitem>
 
@@ -539,6 +541,7 @@ 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>
     </itemizedlist>
     <para/>
     </listitem>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]