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>
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
......
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