]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver
Merge from transactional-memory branch.
[thirdparty/gcc.git] / libstdc++-v3 / config / abi / pre / gnu-versioned-namespace.ver
index 32bcf67d8194ceffc5846a7a1fae43086309b53b..13f06ef456829e2b4569096d0fdcbd7e406332a0 100644 (file)
@@ -302,3 +302,12 @@ CXXABI_2.0 {
   local:
     *;
 };
+
+# Symbols in the support library (libsupc++) supporting trans-mem.
+CXXABI_TM_1 {
+  global:
+    __cxa_tm_cleanup;
+
+  local:
+    *;
+};