diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-05-26 00:15:22 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-05-26 00:15:22 +0000 |
commit | f8c8bb091b702bdd8750f01576b3e661b6b5ccb3 (patch) | |
tree | a1616630a9abcbd16e46fd357c45cd7a8f469b10 /libstdc++-v3/config | |
parent | 3e2352b87c745eb341e1d5f609d34e89827a2ccf (diff) | |
download | gcc-f8c8bb091b702bdd8750f01576b3e661b6b5ccb3.tar.gz |
2011-05-25 Paolo Carlini <paolo.carlini@oracle.com>
* config/abi/pre/gnu.ver: Correct last change, export instead
at the existing @3.4.16.
* configure.ac: Revert last change.
* testsuite/util/testsuite_abi.cc: Likewise.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174246 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config')
-rw-r--r-- | libstdc++-v3/config/abi/pre/gnu.ver | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libstdc++-v3/config/abi/pre/gnu.ver b/libstdc++-v3/config/abi/pre/gnu.ver index 778b8261fb3..57744a410e5 100644 --- a/libstdc++-v3/config/abi/pre/gnu.ver +++ b/libstdc++-v3/config/abi/pre/gnu.ver @@ -1270,10 +1270,6 @@ GLIBCXX_3.4.16 { _ZNSs10_S_compareE[jmy][jmy]; _ZNSbIwSt11char_traitsIwESaIwEE10_S_compareE[jmy][jmy]; -} GLIBCXX_3.4.15; - -GLIBCXX_3.4.17 { - # basic_streambuf<>::__safe_gbump, __safe_pbump _ZNSt15basic_streambufI[cw]St11char_traitsI[cw]EE12__safe_gbumpE*; _ZNSt15basic_streambufI[cw]St11char_traitsI[cw]EE12__safe_pbumpE*; @@ -1281,7 +1277,7 @@ GLIBCXX_3.4.17 { # basic_stringbuf<>::_M_pbump _ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE8_M_pbumpE*; -} GLIBCXX_3.4.16; +} GLIBCXX_3.4.15; # Symbols in the support library (libsupc++) have their own tag. CXXABI_1.3 { |