ooo-build r11375 - trunk/patches/src680



Author: michael
Date: Wed Jan 23 14:19:33 2008
New Revision: 11375
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11375&view=rev

Log:
new bits ...


Added:
   trunk/patches/src680/link-symb-funct.diff
   trunk/patches/src680/link-vt-reloc.diff

Added: trunk/patches/src680/link-symb-funct.diff
==============================================================================
--- (empty file)
+++ trunk/patches/src680/link-symb-funct.diff	Wed Jan 23 14:19:33 2008
@@ -0,0 +1,16 @@
+Index: inc/unxlngi6.mk
+===================================================================
+RCS file: /cvs/tools/solenv/inc/unxlngi6.mk,v
+retrieving revision 1.42
+diff -u -p -u -r1.42 unxlngi6.mk
+--- solenv/inc/unxlngi6.mk	12 Dec 2007 13:19:44 -0000	1.42
++++ solenv/inc/unxlngi6.mk	23 Jan 2008 11:38:38 -0000
+@@ -158,6 +158,8 @@ LINKFLAGSRUNPATH_UREBIN=-Wl,-rpath,\''$$
+ LINKFLAGSRUNPATH_OOO=-Wl,-rpath,\''$$ORIGIN:$$ORIGIN/../ure-link/lib'\'
+ # flag -Wl,-z,noexecstack sets the NX bit on the stack
+ LINKFLAGS=-Wl,-z,noexecstack -Wl,-z,combreloc $(LINKFLAGSDEFS)
++# bind all those function / named relocations locally
++LINKFLAGS += -Wl,-Bsymbolic-functions -Wl,--dynamic-list-cpp-new -Wl,--dynamic-list-cpp-typeinfo
+ 
+ # linker flags for linking applications
+ LINKFLAGSAPPGUI= -Wl,-export-dynamic -Wl,--noinhibit-exec

Added: trunk/patches/src680/link-vt-reloc.diff
==============================================================================
--- (empty file)
+++ trunk/patches/src680/link-vt-reloc.diff	Wed Jan 23 14:19:33 2008
@@ -0,0 +1,15 @@
+Index: cppuhelper/source/gcc3.map
+===================================================================
+RCS file: /cvs/udk/cppuhelper/source/gcc3.map,v
+retrieving revision 1.3
+diff -u -p -r1.3 gcc3.map
+--- cppuhelper/source/gcc3.map	15 Oct 2007 11:52:54 -0000	1.3
++++ cppuhelper/source/gcc3.map	23 Jan 2008 14:19:08 -0000
+@@ -218,6 +218,7 @@ _ZTVN4cppu20IPropertyArrayHelperE;
+ _ZTVN4cppu20OPropertyArrayHelperE;
+ _ZTVN4cppu27WeakComponentImplHelperBaseE;
+ _ZTVN4cppu30WeakAggComponentImplHelperBaseE;
++_ZTVN4cppu20PropertySetMixinImplE;
+ _ZN4cppu20OPropertyArrayHelperD0Ev;
+ _ZN4cppu20OPropertyArrayHelperD1Ev;
+ _ZThn*_N4cppu14OWeakAggObject12setDelegatorERKN3com3sun4star3uno9ReferenceINS4_10XInterfaceEEE;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]