summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid.linkmap
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2013-08-22 19:31:18 +0000
committerAndrew Stitcher <astitcher@apache.org>2013-08-22 19:31:18 +0000
commit8554cddcc01e5e05461b8637a685c5ff6236e680 (patch)
tree14e7848f69d0e3602ed77f06d6026fb55ba85aa8 /qpid/cpp/src/qpid.linkmap
parentefe73050c7faa4f7b19c55bec7dc753d38668d15 (diff)
downloadqpid-python-8554cddcc01e5e05461b8637a685c5ff6236e680.tar.gz
QPID-5079: Added link map file to cut the number of symbols exported even further
- It seems that the library import/export mechanism isn't sufficient under the gnu tool chain to really limit the exported symbols git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1516550 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/qpid.linkmap')
-rw-r--r--qpid/cpp/src/qpid.linkmap10
1 files changed, 10 insertions, 0 deletions
diff --git a/qpid/cpp/src/qpid.linkmap b/qpid/cpp/src/qpid.linkmap
new file mode 100644
index 0000000000..4556985b1b
--- /dev/null
+++ b/qpid/cpp/src/qpid.linkmap
@@ -0,0 +1,10 @@
+{
+ global:
+ extern "C++" {
+ typeinfo*qpid::*;
+ vtable*qpid::*;
+ qpid::*;
+ qpid::*operator*qpid::*;
+ };
+ local: *;
+};