mirror of git://gcc.gnu.org/git/gcc.git
gnu-versioned-namespace.ver: Add thunk _ZTv0_n12_NS* like in gnu.ver.
PR/54314 * config/abi/pre/gnu-versioned-namespace.ver: Add thunk _ZTv0_n12_NS* like in gnu.ver. From-SVN: r202472
This commit is contained in:
parent
747fed27cc
commit
6da10826b2
|
|
@ -1,3 +1,9 @@
|
||||||
|
2013-09-10 Kai Tietz <ktietz@redhat.com>
|
||||||
|
|
||||||
|
PR/54314
|
||||||
|
* config/abi/pre/gnu-versioned-namespace.ver: Add thunk _ZTv0_n12_NS*
|
||||||
|
like in gnu.ver.
|
||||||
|
|
||||||
2013-09-07 Paolo Carlini <paolo.carlini@oracle.com>
|
2013-09-07 Paolo Carlini <paolo.carlini@oracle.com>
|
||||||
|
|
||||||
PR libstdc++/58341
|
PR libstdc++/58341
|
||||||
|
|
|
||||||
|
|
@ -63,6 +63,7 @@ GLIBCXX_7.0 {
|
||||||
_ZTVN9__gnu_cxx3__718stdio_sync_filebufI[cw]NSt3__711char_traitsI[cw]EEEE;
|
_ZTVN9__gnu_cxx3__718stdio_sync_filebufI[cw]NSt3__711char_traitsI[cw]EEEE;
|
||||||
|
|
||||||
# thunk
|
# thunk
|
||||||
|
_ZTv0_n12_NS*;
|
||||||
_ZTv0_n24_NS*;
|
_ZTv0_n24_NS*;
|
||||||
|
|
||||||
# typeinfo structure
|
# typeinfo structure
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue