match.pd: Fix fneg/fadd optimization [PR109583]
[platform/upstream/gcc.git] / libitm / libitm.map
index 49d0b1b..b2e1c2d 100644 (file)
@@ -8,7 +8,6 @@ LIBITM_1.0 {
        _ITM_commitTransaction;
        _ITM_commitTransactionEH;
        _ITM_error;
-       _ITM_getThreadnum;
        _ITM_getTransactionId;
        _ITM_inTransaction;
        _ITM_libraryVersion;
@@ -183,3 +182,9 @@ LIBITM_1.0 {
   local:
        *;
 };
+LIBITM_1.1 {
+  global:
+       _ZGTtdlPv?;
+       _ZGTtdlPv?RKSt9nothrow_t;
+       _ITM_cxa_free_exception;
+} LIBITM_1.0;