Commit 7e2ac29e by Jakub Jelinek Committed by Jakub Jelinek

gnu.ver (CXXABI_1.3.9): Export not just _Zd[la]Pvm...

	* config/abi/pre/gnu.ver (CXXABI_1.3.9): Export not just
	_Zd[la]Pvm, but also _Zd[la]Pv[jy] to cover other std::size_t
	manglings.

From-SVN: r218785
parent 47830a4d
2014-12-16 Jakub Jelinek <jakub@redhat.com>
* config/abi/pre/gnu.ver (CXXABI_1.3.9): Export not just
_Zd[la]Pvm, but also _Zd[la]Pv[jy] to cover other std::size_t
manglings.
2014-12-16 Jason Merrill <jason@redhat.com>
* config/abi/pre/gnu-versioned-namespace.ver: And other size_t
......
......@@ -1734,9 +1734,9 @@ CXXABI_1.3.9 {
_ZTSPK[no];
# operator delete(void*, std::size_t)
_ZdlPvm;
_ZdlPv[jmy];
# operator delete[](void*, std::size_t)
_ZdaPvm;
_ZdaPv[jmy];
} CXXABI_1.3.8;
......
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