summaryrefslogtreecommitdiff
path: root/cppu
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-12-19 16:29:58 +0100
committerStephan Bergmann <sbergman@redhat.com>2011-12-19 16:30:23 +0100
commit47dda946060068ac4d16ed5e59ccbc12012f9048 (patch)
tree07ec89fd6602208943020e4f4c1f8c888fa6ada5 /cppu
parentab218a565ee9cc033d97d71ab52e9d87b02b1874 (diff)
Add symbols from addsym.awk to gbuilified .map files.
Diffstat (limited to 'cppu')
-rw-r--r--cppu/util/cppu.map8
-rw-r--r--cppu/util/uno_purpenvhelpergcc3.map8
2 files changed, 16 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*;
+};
diff --git a/cppu/util/uno_purpenvhelpergcc3.map b/cppu/util/uno_purpenvhelpergcc3.map
index 1a8f13238ab8..83e05e21ec58 100644
--- a/cppu/util/uno_purpenvhelpergcc3.map
+++ b/cppu/util/uno_purpenvhelpergcc3.map
@@ -1,8 +1,16 @@
UDK_3_0_0 {
global:
+ _ZTI*; _ZTS*; # weak RTTI symbols for C++ exceptions
+
_ZN4cppu6helper7purpenv13createMappingEPP12_uno_MappingP16_uno_EnvironmentS6_PFvbPvS7_P33_typelib_TypeDescriptionReferenceP24_typelib_MethodParameter?PK24_typelib_TypeDescriptionS7_PS7_PP8_uno_AnyES7_;
_ZN4cppu6helper7purpenv29Environment_initWithEnterableEP16_uno_EnvironmentPNS_9EnterableE;
local:
*;
};
+
+# Unique libstdc++ symbols:
+GLIBCXX_3.4 {
+ global:
+ _ZGVNSt7num_put*; _ZNSt7num_put*;
+};