gnu-versioned-namespace.ver: Export _ZdlPvm and _ZdaPvm.
* config/abi/pre/gnu-versioned-namespace.ver: Export _ZdlPvm and _ZdaPvm. From-SVN: r218781
This commit is contained in:
parent
cc75dc899e
commit
4244b840bd
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-12-16 Jason Merrill <jason@redhat.com>
|
||||
|
||||
* config/abi/pre/gnu-versioned-namespace.ver: Export _ZdlPvm and
|
||||
_ZdaPvm.
|
||||
|
||||
2014-12-15 Jason Merrill <jason@redhat.com>
|
||||
|
||||
* libsupc++/del_ops.cc: New.
|
||||
|
|
|
@ -338,6 +338,10 @@ CXXABI_2.0 {
|
|||
_ZTVN10__cxxabiv120__si_class_type_infoE;
|
||||
_ZTVN10__cxxabiv121__vmi_class_type_infoE;
|
||||
|
||||
# operator delete(void*, std::size_t)
|
||||
_ZdlPvm;
|
||||
# operator delete[](void*, std::size_t)
|
||||
_ZdaPvm;
|
||||
};
|
||||
|
||||
# Symbols in the support library (libsupc++) supporting trans-mem.
|
||||
|
|
Loading…
Add table
Reference in a new issue