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