match.pd: Fix fneg/fadd optimization [PR109583]
[platform/upstream/gcc.git] / libitm / libitm.map
index 21bcfdf..b2e1c2d 100644 (file)
@@ -182,3 +182,9 @@ LIBITM_1.0 {
   local:
        *;
 };
+LIBITM_1.1 {
+  global:
+       _ZGTtdlPv?;
+       _ZGTtdlPv?RKSt9nothrow_t;
+       _ITM_cxa_free_exception;
+} LIBITM_1.0;