Commit 47830a4d by Jason Merrill Committed by Jason Merrill

gnu-versioned-namespace.ver: And other size_t manglings.

	* config/abi/pre/gnu-versioned-namespace.ver: And other size_t
	manglings.

From-SVN: r218784
parent bc1c9c22
2014-12-16 Jason Merrill <jason@redhat.com> 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 * config/abi/pre/gnu-versioned-namespace.ver: Export _ZdlPvm and
_ZdaPvm. _ZdaPvm.
......
...@@ -339,9 +339,9 @@ CXXABI_2.0 { ...@@ -339,9 +339,9 @@ CXXABI_2.0 {
_ZTVN10__cxxabiv121__vmi_class_type_infoE; _ZTVN10__cxxabiv121__vmi_class_type_infoE;
# operator delete(void*, std::size_t) # operator delete(void*, std::size_t)
_ZdlPvm; _ZdlPv[jmy];
# operator delete[](void*, std::size_t) # operator delete[](void*, std::size_t)
_ZdaPvm; _ZdaPv[jmy];
}; };
# Symbols in the support library (libsupc++) supporting trans-mem. # Symbols in the support library (libsupc++) supporting trans-mem.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment