[Libreoffice-commits] .: salhelper/source

Michael Meeks michael at kemper.freedesktop.org
Thu Feb 23 06:28:57 PST 2012


 salhelper/source/gcc3.map |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 6aace905c0929adf79d0cfa146f168d75cc2e953
Author: Michael Meeks <michael.meeks at suse.com>
Date:   Thu Feb 23 14:27:29 2012 +0000

    add ia32 non-virtual thunks to linker map

diff --git a/salhelper/source/gcc3.map b/salhelper/source/gcc3.map
index c356dc6..8f08ec9 100644
--- a/salhelper/source/gcc3.map
+++ b/salhelper/source/gcc3.map
@@ -108,10 +108,12 @@ LIBO_UDK_3.6 { # symbols available in >= LibO 3.6
         _ZN9salhelper6ThreadD1Ev; # salhelper::Thread::~Thread()
         _ZN9salhelper6ThreadD2Ev; # salhelper::Thread::~Thread()
         _ZTVN9salhelper6ThreadE; # vtable for salhelper::Thread
+         # non-virtual thunk to salhelper::Thread::onTerminated()
         _ZThn16_N9salhelper6Thread12onTerminatedEv;
-            # non-virtual thunk to salhelper::Thread::onTerminated()
+	_ZThn8_N9salhelper6Thread12onTerminatedEv;
+        # non-virtual thunk to salhelper::Thread::run()
+	_ZThn8_N9salhelper6Thread3runEv;
         _ZThn16_N9salhelper6Thread3runEv;
-            # non-virtual thunk to salhelper::Thread::run()
 } UDK_3.1;
 
 # Unique libstdc++ symbols:


More information about the Libreoffice-commits mailing list