summaryrefslogtreecommitdiff
path: root/cppu/util/cppu.map
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/util/cppu.map')
-rw-r--r--cppu/util/cppu.map8
1 files changed, 8 insertions, 0 deletions
diff --git a/cppu/util/cppu.map b/cppu/util/cppu.map
index e89594615f53..7c4ea7fc3a4e 100644
--- a/cppu/util/cppu.map
+++ b/cppu/util/cppu.map
@@ -1,5 +1,7 @@
UDK_3_0_0 {
global:
+ _ZTI*; _ZTS*; # weak RTTI symbols for C++ exceptions
+
typelib_typedescription_new;
typelib_typedescription_newInterface;
typelib_typedescription_newInterfaceMethod;
@@ -125,3 +127,9 @@ UDK_3.3 { # OOo 2.4
global:
cppu_unsatisfied_iset_msg;
} UDK_3.2;
+
+# Unique libstdc++ symbols:
+GLIBCXX_3.4 {
+ global:
+ _ZGVNSt7num_put*; _ZNSt7num_put*;
+};