mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-22 08:19:24 +08:00
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
@ -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…
Reference in New Issue
Block a user