From 1ac4c2cf795e5bc2883ae0a76955e981fb1edee2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 20 Jul 2012 15:23:45 +0200 Subject: saltextenc.map is unncessary ...as sal_textenc lib is not part of stable URE interface. Change-Id: I5aeacd7668cca36f900aede4012d508217f3ab46 --- sal/util/sal_textenc/saltextenc.map | 40 ------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 sal/util/sal_textenc/saltextenc.map (limited to 'sal/util') 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 -# (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; -}; -- cgit