mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-11 08:50:46 +08:00
gnu-versioned-namespace.ver: Add more typeinfo/vtable exports.
2012-10-01 Benjamin Kosnik <bkoz@redhat.com> * config/abi/pre/gnu-versioned-namespace.ver: Add more typeinfo/vtable exports. From-SVN: r191949
This commit is contained in:
parent
7a7fc98064
commit
e0372a2f31
@ -1,3 +1,8 @@
|
||||
2012-10-01 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* config/abi/pre/gnu-versioned-namespace.ver: Add more
|
||||
typeinfo/vtable exports.
|
||||
|
||||
2012-10-01 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
PR libstdc++/54757
|
||||
|
@ -62,15 +62,18 @@ GLIBCXX_7.0 {
|
||||
_ZTTNSt*;
|
||||
|
||||
# vtable
|
||||
_ZTVSt*;
|
||||
_ZTVNSt*;
|
||||
|
||||
# thunk
|
||||
_ZTv0_n24_NS*;
|
||||
|
||||
# typeinfo structure
|
||||
_ZTISt*;
|
||||
_ZTINSt*;
|
||||
|
||||
# typeinfo name
|
||||
_ZTSSt*;
|
||||
_ZTSNSt*;
|
||||
|
||||
# locale
|
||||
|
Loading…
x
Reference in New Issue
Block a user