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:
parent
47830a4d38
commit
7e2ac29ecb
2 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue