From 8554cddcc01e5e05461b8637a685c5ff6236e680 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Thu, 22 Aug 2013 19:31:18 +0000 Subject: 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 --- qpid/cpp/src/qpid.linkmap | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 qpid/cpp/src/qpid.linkmap (limited to 'qpid/cpp/src/qpid.linkmap') 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: *; +}; -- cgit v1.2.1