From: Benjamin Kosnik
Date: Wed, 16 May 2007 09:35:42 +0000 (+0000)
Subject: abi.html: Update for gcc-4.1.2 and gcc-4.2.0.
X-Git-Tag: releases/gcc-4.3.0~5075
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0d8c60585e19e9d3eb1373528be19c33629d0c41;p=thirdparty%2Fgcc.git
abi.html: Update for gcc-4.1.2 and gcc-4.2.0.
2007-05-11 Benjamin Kosnik
* docs/html/abi.html: Update for gcc-4.1.2 and gcc-4.2.0.
From-SVN: r124766
---
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 258d0880d008..5bbf202c64e4 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-11 Benjamin Kosnik
+
+ * docs/html/abi.html: Update for gcc-4.1.2 and gcc-4.2.0.
+
2007-05-14 Kaz Kojima
* testsuite/tr1/5_numerical_facilities/special_functions/
diff --git a/libstdc++-v3/docs/html/abi.html b/libstdc++-v3/docs/html/abi.html
index dcbd43884911..59828e5dd0ba 100644
--- a/libstdc++-v3/docs/html/abi.html
+++ b/libstdc++-v3/docs/html/abi.html
@@ -168,8 +168,8 @@ on ELF systems).
gcc-3.3.1: libgcc_s.so.1
gcc-3.3.2: libgcc_s.so.1
gcc-3.3.3: libgcc_s.so.1
- gcc-3.4.x, gcc-4.0.x, gcc-4.1.x: on m68k-linux and hppa-linux
- this is either libgcc_s.so.1 (when configuring
+ gcc-3.4.x, gcc-4.0.x, gcc-4.1.x, gcc-4.2.x: on m68k-linux and
+ hppa-linux this is either libgcc_s.so.1 (when configuring
--with-sjlj-exceptions
) or libgcc_s.so.2. For all
others, this is libgcc_s.so.1.
@@ -194,6 +194,7 @@ on ELF systems).
gcc-3.4.4: GCC_3.4.4
gcc-4.0.0: GCC_4.0.0
gcc-4.1.0: GCC_4.1.0
+ gcc-4.2.0: GCC_4.2.0
@@ -231,6 +232,8 @@ on ELF systems).
gcc-4.0.3: libstdc++.so.6.0.7
gcc-4.1.0: libstdc++.so.6.0.7
gcc-4.1.1: libstdc++.so.6.0.8
+ gcc-4.1.2: libstdc++.so.6.0.8
+ gcc-4.2.0: libstdc++.so.6.0.9
@@ -274,6 +277,7 @@ on ELF systems).
gcc-4.0.2: GLIBCXX_3.4.6
gcc-4.0.3: GLIBCXX_3.4.7
gcc-4.1.1: GLIBCXX_3.4.8
+ gcc-4.2.0: GLIBCXX_3.4.9
@@ -301,9 +305,9 @@ on ELF systems).
gcc-3.1.x: 100 (Error, should be 101)
gcc-3.2.x: 102
gcc-3.3.x: 102
- gcc-3.4.x, gcc-4.0.x, gcc-4.1.x: 102 (when n=1)
- gcc-3.4.x, gcc-4.0.x, gcc-4.1.x: 1000 + n (when n>1)
- gcc-3.4.x, gcc-4.0.x, gcc-4.1.x: 999999 (when n=0)
+ gcc-3.4.x, gcc-4.0.x, gcc-4.1.x, gcc-4.2.x: 102 (when n=1)
+ gcc-3.4.x, gcc-4.0.x, gcc-4.1.x, gcc-4.2.x: 1000 + n (when n>1)
+ gcc-3.4.x, gcc-4.0.x, gcc-4.1.x, gcc-4.2.x: 999999 (when n=0)
@@ -320,7 +324,7 @@ on ELF systems).
gcc-3.1.x: (Error, not versioned)
gcc-3.2.x: -fabi-version=1
gcc-3.3.x: -fabi-version=1
- gcc-3.4.x, gcc-4.0.x, gcc-4.1.x: -fabi-version=2
+ gcc-3.4.x, gcc-4.0.x, gcc-4.1.x, gcc-4.2.x: -fabi-version=2
@@ -372,6 +376,8 @@ on ELF systems).
gcc-4.0.3: 20060309
gcc-4.1.0: 20060228
gcc-4.1.1: 20060524
+ gcc-4.1.2: 20070214
+ gcc-4.2.0: 20070514
@@ -414,6 +420,7 @@ on ELF systems).
gcc-3.4.x: "version-unused"
gcc-4.0.x: "version-unused"
gcc-4.1.x: "version-unused"
+ gcc-4.2.x: "version-unused"
@@ -463,6 +470,8 @@ on ELF systems).
gcc-4.0.3: include/c++/4.0.3
gcc-4.1.0: include/c++/4.1.0
gcc-4.1.1: include/c++/4.1.1
+ gcc-4.1.2: include/c++/4.1.2
+ gcc-4.2.0: include/c++/4.2.0