You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by da...@apache.org on 2018/03/07 04:15:14 UTC

svn commit: r1826066 - in /openoffice/trunk/main/salhelper/source: makefile.mk mscx.map

Author: damjan
Date: Wed Mar  7 04:15:14 2018
New Revision: 1826066

URL: http://svn.apache.org/viewvc?rev=1826066&view=rev
Log:
Add a linker map file for salhelper on Win64.

Patch by: me


Added:
    openoffice/trunk/main/salhelper/source/mscx.map
Modified:
    openoffice/trunk/main/salhelper/source/makefile.mk

Modified: openoffice/trunk/main/salhelper/source/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/salhelper/source/makefile.mk?rev=1826066&r1=1826065&r2=1826066&view=diff
==============================================================================
--- openoffice/trunk/main/salhelper/source/makefile.mk (original)
+++ openoffice/trunk/main/salhelper/source/makefile.mk Wed Mar  7 04:15:14 2018
@@ -64,6 +64,8 @@ DEF1NAME=	$(SHL1TARGET)
 
 .IF "$(COMNAME)"=="msci"
 SHL1VERSIONMAP=msci.map
+.ELIF "$(COMNAME)"=="mscx"
+SHL1VERSIONMAP=mscx.map
 .ELIF "$(GUI)"=="OS2"
 SHL1VERSIONMAP=gcc3os2.map
 .ELIF "$(COMNAME)"=="sunpro5"

Added: openoffice/trunk/main/salhelper/source/mscx.map
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/salhelper/source/mscx.map?rev=1826066&view=auto
==============================================================================
--- openoffice/trunk/main/salhelper/source/mscx.map (added)
+++ openoffice/trunk/main/salhelper/source/mscx.map Wed Mar  7 04:15:14 2018
@@ -0,0 +1,58 @@
+###############################################################
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+###############################################################
+UDK_3_0_0 {
+	global:
+GetVersionInfo
+??0ORealDynamicLoader@salhelper@@IEAA@PEAPEAV01@AEBVOUString@rtl@@1PEAX2@Z
+??1ORealDynamicLoader@salhelper@@MEAA@XZ
+??_7ORealDynamicLoader@salhelper@@6B@ 
+?acquire@ORealDynamicLoader@salhelper@@QEAAKXZ
+?getApi@ORealDynamicLoader@salhelper@@QEBAPEAXXZ
+?newInstance@ORealDynamicLoader@salhelper@@SAPEAV12@PEAPEAV12@AEBVOUString@rtl@@1@Z
+?release@ORealDynamicLoader@salhelper@@QEAAKXZ
+??1SimpleReferenceObject@salhelper@@MEAA@XZ
+??2SimpleReferenceObject@salhelper@@SAPEAX_K@Z
+??2SimpleReferenceObject@salhelper@@SAPEAX_KAEBUnothrow_t@std@@@Z
+??3SimpleReferenceObject@salhelper@@SAXPEAX@Z
+??3SimpleReferenceObject@salhelper@@SAXPEAXAEBUnothrow_t@std@@@Z
+	local:
+		*;
+};
+
+UDK_3.1 {
+    global:
+        ??_7SimpleReferenceObject@salhelper@@6B@;
+
+        ??0Condition@salhelper@@QEAA@AEAVMutex@osl@@@Z;
+        ??1Condition@salhelper@@UEAA@XZ;
+
+        ??0ConditionModifier@salhelper@@QEAA@AEAVCondition@1@@Z;
+        ??1ConditionModifier@salhelper@@QEAA@XZ
+
+        ??0ConditionWaiter@salhelper@@QEAA@AEAVCondition@1@@Z;
+        ??0ConditionWaiter@salhelper@@QEAA@AEAVCondition@1@K@Z;
+        ??1ConditionWaiter@salhelper@@QEAA@XZ
+
+        ??0timedout@ConditionWaiter@salhelper@@QEAA@XZ;
+        ??0timedout@ConditionWaiter@salhelper@@QEAA@AEBU012@@Z;
+        ??1timedout@ConditionWaiter@salhelper@@UEAA@XZ;
+        ??4timedout@ConditionWaiter@salhelper@@QEAAAEAU012@AEBU012@@Z;
+} UDK_3_0_0;