about summary refs log tree commit diff
path: root/stdlib/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/Versions')
-rw-r--r--stdlib/Versions4
1 files changed, 4 insertions, 0 deletions
diff --git a/stdlib/Versions b/stdlib/Versions
index 9536e3240e..034125a200 100644
--- a/stdlib/Versions
+++ b/stdlib/Versions
@@ -90,4 +90,8 @@ libc {
     # i*
     imaxabs; imaxdiv;
   }
+  GLIBC_2.1.3 {
+    # used by new G++ ABI
+    __cxa_atexit; __cxa_finalize;
+  }
 }