summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-07-20 15:23:45 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-07-20 15:55:44 +0200
commit1ac4c2cf795e5bc2883ae0a76955e981fb1edee2 (patch)
tree02ed493577de25a2a6c6aba6dd9677a7776d2a41 /sal
parentc251673851b72c3b516dee6db44f1e7a8854aeb9 (diff)
saltextenc.map is unncessary
...as sal_textenc lib is not part of stable URE interface. Change-Id: I5aeacd7668cca36f900aede4012d508217f3ab46
Diffstat (limited to 'sal')
-rw-r--r--sal/Library_sal_textenc.mk2
-rw-r--r--sal/util/sal_textenc/saltextenc.map40
2 files changed, 0 insertions, 42 deletions
diff --git a/sal/Library_sal_textenc.mk b/sal/Library_sal_textenc.mk
index 37c6cd9df0ff..3ad5dbfb8832 100644
--- a/sal/Library_sal_textenc.mk
+++ b/sal/Library_sal_textenc.mk
@@ -27,8 +27,6 @@
$(eval $(call gb_Library_Library,sal_textenc))
-$(eval $(call gb_Library_set_soversion_script,sal_textenc,3,$(SRCDIR)/sal/util/sal_textenc/saltextenc.map))
-
$(eval $(call gb_Library_use_libraries,sal_textenc,\
sal \
$(gb_STDLIBS) \
diff --git a/sal/util/sal_textenc/saltextenc.map b/sal/util/sal_textenc/saltextenc.map
deleted file mode 100644
index 8e38ef0ccc42..000000000000
--- a/sal/util/sal_textenc/saltextenc.map
+++ /dev/null
@@ -1,40 +0,0 @@
-# Version: MPL 1.1 / GPLv3+ / LGPLv3+
-#
-# The contents of this file are subject to the Mozilla Public License Version
-# 1.1 (the "License"); you may not use this file except in compliance with
-# the License or as specified alternatively below. You may obtain a copy of
-# the License at http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS IS" basis,
-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
-# for the specific language governing rights and limitations under the
-# License.
-#
-# Major Contributor(s):
-# Copyright (C) 2011 Red Hat, Inc., Stephan Bergmann <sbergman@redhat.com>
-# (initial developer)
-#
-# All Rights Reserved.
-#
-# For minor contributions see the git repository.
-#
-# Alternatively, the contents of this file may be used under the terms of
-# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
-# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
-# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
-# instead of those above.
-
-UDK_3_0_0 {
- global:
- _ZTI*; _ZTS*; # weak RTTI symbols for C++ exceptions
- sal_getFullTextEncodingData;
- local:
- *;
-};
-
-# Unique libstdc++ symbols:
-GLIBCXX_3.4 {
- global:
- _ZGVNSt7num_put*; _ZNSt7num_put*;
- _ZNSs4_Rep20_S_empty_rep_storageE;
-};