summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0345-2011-05-25-Paolo-Carlini-paolo.carlini-oracle.com.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0345-2011-05-25-Paolo-Carlini-paolo.carlini-oracle.com.patch')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0345-2011-05-25-Paolo-Carlini-paolo.carlini-oracle.com.patch78
1 files changed, 78 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0345-2011-05-25-Paolo-Carlini-paolo.carlini-oracle.com.patch b/meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0345-2011-05-25-Paolo-Carlini-paolo.carlini-oracle.com.patch
new file mode 100644
index 0000000000..336f91c155
--- /dev/null
+++ b/meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0345-2011-05-25-Paolo-Carlini-paolo.carlini-oracle.com.patch
@@ -0,0 +1,78 @@
1From 8d80c4587462bb26e116a229978e1682e2099557 Mon Sep 17 00:00:00 2001
2From: paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
3Date: Thu, 26 May 2011 00:15:58 +0000
4Subject: [PATCH] 2011-05-25 Paolo Carlini <paolo.carlini@oracle.com>
5
6 * config/abi/pre/gnu.ver: Correct last change, export instead
7 at the existing @3.4.16.
8 * configure.ac: Revert last change.
9 * testsuite/util/testsuite_abi.cc: Likewise.
10 * configure: Regenerate.
11
12
13git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@174247 138bc75d-0d04-0410-961f-82ee72b054a4
14
15index 778b826..57744a4 100644
16--- a/libstdc++-v3/config/abi/pre/gnu.ver
17+++ b/libstdc++-v3/config/abi/pre/gnu.ver
18@@ -1270,10 +1270,6 @@ GLIBCXX_3.4.16 {
19 _ZNSs10_S_compareE[jmy][jmy];
20 _ZNSbIwSt11char_traitsIwESaIwEE10_S_compareE[jmy][jmy];
21
22-} GLIBCXX_3.4.15;
23-
24-GLIBCXX_3.4.17 {
25-
26 # basic_streambuf<>::__safe_gbump, __safe_pbump
27 _ZNSt15basic_streambufI[cw]St11char_traitsI[cw]EE12__safe_gbumpE*;
28 _ZNSt15basic_streambufI[cw]St11char_traitsI[cw]EE12__safe_pbumpE*;
29@@ -1281,7 +1277,7 @@ GLIBCXX_3.4.17 {
30 # basic_stringbuf<>::_M_pbump
31 _ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE8_M_pbumpE*;
32
33-} GLIBCXX_3.4.16;
34+} GLIBCXX_3.4.15;
35
36 # Symbols in the support library (libsupc++) have their own tag.
37 CXXABI_1.3 {
38diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
39index 9032695..c321e76 100755
40--- a/libstdc++-v3/configure
41+++ b/libstdc++-v3/configure
42@@ -2825,7 +2825,7 @@ ac_config_headers="$ac_config_headers config.h"
43 ### am handles this now? ORIGINAL_LD_FOR_MULTILIBS=$LD
44
45 # For libtool versioning info, format is CURRENT:REVISION:AGE
46-libtool_VERSION=6:17:0
47+libtool_VERSION=6:16:0
48
49
50 # Find the rest of the source tree framework.
51diff --git a/libstdc++-v3/configure.ac b/libstdc++-v3/configure.ac
52index 61158c2..ccf1230 100644
53--- a/libstdc++-v3/configure.ac
54+++ b/libstdc++-v3/configure.ac
55@@ -12,7 +12,7 @@ AC_CONFIG_HEADER(config.h)
56 ### am handles this now? ORIGINAL_LD_FOR_MULTILIBS=$LD
57
58 # For libtool versioning info, format is CURRENT:REVISION:AGE
59-libtool_VERSION=6:17:0
60+libtool_VERSION=6:16:0
61 AC_SUBST(libtool_VERSION)
62
63 # Find the rest of the source tree framework.
64diff --git a/libstdc++-v3/testsuite/util/testsuite_abi.cc b/libstdc++-v3/testsuite/util/testsuite_abi.cc
65index f1f5ad6..ea100b6 100644
66--- a/libstdc++-v3/testsuite/util/testsuite_abi.cc
67+++ b/libstdc++-v3/testsuite/util/testsuite_abi.cc
68@@ -194,7 +194,6 @@ check_version(symbol& test, bool added)
69 known_versions.push_back("GLIBCXX_3.4.14");
70 known_versions.push_back("GLIBCXX_3.4.15");
71 known_versions.push_back("GLIBCXX_3.4.16");
72- known_versions.push_back("GLIBCXX_3.4.17");
73 known_versions.push_back("GLIBCXX_LDBL_3.4");
74 known_versions.push_back("GLIBCXX_LDBL_3.4.7");
75 known_versions.push_back("GLIBCXX_LDBL_3.4.10");
76--
771.7.0.4
78