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
This commit is contained in:
Jakub Jelinek 2014-12-16 18:42:24 +01:00 committed by Jakub Jelinek
parent 47830a4d38
commit 7e2ac29ecb
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
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

View File

@ -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;