gnu-versioned-namespace.ver: And other size_t manglings.
* config/abi/pre/gnu-versioned-namespace.ver: And other size_t manglings. From-SVN: r218784
This commit is contained in:
parent
bc1c9c2203
commit
47830a4d38
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
2014-12-16 Jason Merrill <jason@redhat.com>
|
||||
|
||||
* config/abi/pre/gnu-versioned-namespace.ver: And other size_t
|
||||
manglings.
|
||||
|
||||
* config/abi/pre/gnu-versioned-namespace.ver: Export _ZdlPvm and
|
||||
_ZdaPvm.
|
||||
|
||||
|
|
|
@ -339,9 +339,9 @@ CXXABI_2.0 {
|
|||
_ZTVN10__cxxabiv121__vmi_class_type_infoE;
|
||||
|
||||
# operator delete(void*, std::size_t)
|
||||
_ZdlPvm;
|
||||
_ZdlPv[jmy];
|
||||
# operator delete[](void*, std::size_t)
|
||||
_ZdaPvm;
|
||||
_ZdaPv[jmy];
|
||||
};
|
||||
|
||||
# Symbols in the support library (libsupc++) supporting trans-mem.
|
||||
|
|
Loading…
Add table
Reference in a new issue