Commit e0372a2f by Benjamin Kosnik Committed by Benjamin Kosnik

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
parent 7a7fc980
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> 2012-10-01 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/54757 PR libstdc++/54757
......
...@@ -62,15 +62,18 @@ GLIBCXX_7.0 { ...@@ -62,15 +62,18 @@ GLIBCXX_7.0 {
_ZTTNSt*; _ZTTNSt*;
# vtable # vtable
_ZTVSt*;
_ZTVNSt*; _ZTVNSt*;
# thunk # thunk
_ZTv0_n24_NS*; _ZTv0_n24_NS*;
# typeinfo structure # typeinfo structure
_ZTISt*;
_ZTINSt*; _ZTINSt*;
# typeinfo name # typeinfo name
_ZTSSt*;
_ZTSNSt*; _ZTSNSt*;
# locale # locale
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment