]> code.ossystems Code Review - openembedded-core.git/blob
a2d14715db1106b93e9ee25760b067b7a23331d6
[openembedded-core.git] /
1 Upstream-Status: Inappropriate [Backport]
2 From 7d736b8d0fb4f7892a5646ca3581b9ab01cb2971 Mon Sep 17 00:00:00 2001
3 From: redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
4 Date: Sun, 10 Apr 2011 16:19:41 +0000
5 Subject: [PATCH 097/200] 2011-04-10  Jonathan Wakely  <jwakely.gcc@gmail.com>
6
7         PR libstdc++/48465
8         * configure.ac (libtool_VERSION): Bump library version to 6:16:0.
9         * configure: Regenerate.
10         * config/abi/pre/gnu.ver (GLIBCXX_3.4.16): Export missing symbols.
11         * testsuite/util/testsuite_abi.cc: Add GLIBCXX_3.4.16.
12
13
14
15 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@172240 138bc75d-0d04-0410-961f-82ee72b054a4
16
17 index fa52672..839f846 100644
18 --- a/libstdc++-v3/config/abi/pre/gnu.ver
19 +++ b/libstdc++-v3/config/abi/pre/gnu.ver
20 @@ -1264,6 +1264,14 @@ GLIBCXX_3.4.15 {
21  
22  } GLIBCXX_3.4.14;
23  
24 +GLIBCXX_3.4.16 {
25 +
26 +    # libstdc++/48465
27 +    _ZNSs10_S_compareE[jmy][jmy];
28 +    _ZNSbIwSt11char_traitsIwESaIwEE10_S_compareE[jmy][jmy];
29 +
30 +} GLIBCXX_3.4.15;
31 +
32  # Symbols in the support library (libsupc++) have their own tag.
33  CXXABI_1.3 {
34  
35 diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
36 index 4e1661a..c321e76 100755
37 --- a/libstdc++-v3/configure
38 +++ b/libstdc++-v3/configure
39 @@ -2825,7 +2825,7 @@ ac_config_headers="$ac_config_headers config.h"
40  ### am handles this now?  ORIGINAL_LD_FOR_MULTILIBS=$LD
41  
42  # For libtool versioning info, format is CURRENT:REVISION:AGE
43 -libtool_VERSION=6:15:0
44 +libtool_VERSION=6:16:0
45  
46  
47  # Find the rest of the source tree framework.
48 diff --git a/libstdc++-v3/configure.ac b/libstdc++-v3/configure.ac
49 index 128b9c5..ccf1230 100644
50 --- a/libstdc++-v3/configure.ac
51 +++ b/libstdc++-v3/configure.ac
52 @@ -12,7 +12,7 @@ AC_CONFIG_HEADER(config.h)
53  ### am handles this now?  ORIGINAL_LD_FOR_MULTILIBS=$LD
54  
55  # For libtool versioning info, format is CURRENT:REVISION:AGE
56 -libtool_VERSION=6:15:0
57 +libtool_VERSION=6:16:0
58  AC_SUBST(libtool_VERSION)
59  
60  # Find the rest of the source tree framework.
61 diff --git a/libstdc++-v3/testsuite/util/testsuite_abi.cc b/libstdc++-v3/testsuite/util/testsuite_abi.cc
62 index a533311..ea100b6 100644
63 --- a/libstdc++-v3/testsuite/util/testsuite_abi.cc
64 +++ b/libstdc++-v3/testsuite/util/testsuite_abi.cc
65 @@ -193,6 +193,7 @@ check_version(symbol& test, bool added)
66        known_versions.push_back("GLIBCXX_3.4.13");
67        known_versions.push_back("GLIBCXX_3.4.14");
68        known_versions.push_back("GLIBCXX_3.4.15");
69 +      known_versions.push_back("GLIBCXX_3.4.16");
70        known_versions.push_back("GLIBCXX_LDBL_3.4");
71        known_versions.push_back("GLIBCXX_LDBL_3.4.7");
72        known_versions.push_back("GLIBCXX_LDBL_3.4.10");
73 -- 
74 1.7.0.4
75