[EMAIL PROTECTED] wrote:
Tag: cws_src680_macosxmapfiles
User: tra Date: 2007/01/11 00:45:20

Modified:
   udk/cppuhelper/source/gcc3_linux_intel.map
   udk/cppuhelper/source/makefile.mk

Log:
 #69351#support for exported symbols lists as replacement for missing map file 
support on Mac OS X

File Changes:

Directory: /udk/cppuhelper/source/
==================================

File [changed]: gcc3_linux_intel.map
Url: 
http://udk.openoffice.org/source/browse/udk/cppuhelper/source/gcc3_linux_intel.map?r1=1.11&r2=1.11.70.1
Delta lines:  +1 -1
-------------------
--- gcc3_linux_intel.map        27 Oct 2005 17:19:16 -0000      1.11
+++ gcc3_linux_intel.map        11 Jan 2007 08:45:18 -0000      1.11.70.1
@@ -118,7 +118,7 @@
 
_ZN4cppu22createComponentContextEPKNS_17ContextEntry_InitElRKN3com3sun4star3uno9ReferenceINS6_17XComponentContextEEE;
 _ZN4cppu22getImplHelperInitMutexEv;
 _ZN4cppu23WeakImplHelper_getTypesEPNS_10class_dataE;
-_ZN4cppu23bootstrapInitialContextERKN3com3sun4star3uno9ReferenceINS2_4lang22XMultiComponentFactoryEEERKNS4_INS2_8registry15XSimpleRegistryEEESE_RKN3rtl8OUStringE;
+_ZN4cppu23bootstrapInitialContextERKN3com3sun4star3uno9ReferenceINS2_4lang22XMultiComponentFactoryEEERKNS4_INS2_8registry15XSimpleRegistryEEESE_RKN3rtl8OUStringERKNSF_9BootstrapE;

Looking at this, I think the original, wrong line for bootstrapInitialContext was an error and should go completely: bootstrapInitialContext is a cppuhelper-local function and should not be exported (neither cc5_solaris_sparc.map nor msvc_win32_intel.map export it, and gcc3_linux_intel.map effectively does not export it either, due to the misspelling). Tino, please fix by taking the line out completely.

-Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to