From 74214eba7424dd1d2c23ba1be07ec8d345193a14 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 23 Feb 2012 16:59:58 +0100 Subject: Clean up --- salhelper/source/gcc3.map | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'salhelper') diff --git a/salhelper/source/gcc3.map b/salhelper/source/gcc3.map index 8f08ec943fac..b475a1af3c72 100644 --- a/salhelper/source/gcc3.map +++ b/salhelper/source/gcc3.map @@ -108,12 +108,10 @@ 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; - _ZThn8_N9salhelper6Thread12onTerminatedEv; - # non-virtual thunk to salhelper::Thread::run() - _ZThn8_N9salhelper6Thread3runEv; - _ZThn16_N9salhelper6Thread3runEv; + _ZThn*_N9salhelper6Thread12onTerminatedEv; + # non-virtual thunk to salhelper::Thread::onTerminated() + _ZThn*_N9salhelper6Thread3runEv; + # non-virtual thunk to salhelper::Thread::run() } UDK_3.1; # Unique libstdc++ symbols: -- cgit