diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-02-23 14:27:29 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-23 14:27:50 +0000 |
commit | 6aace905c0929adf79d0cfa146f168d75cc2e953 (patch) | |
tree | 717ac8a0d4b6b1a91a7ff55ad93dae019eae38ec /salhelper | |
parent | 825d31d5f11364bea4184cabb538f8b6575d5795 (diff) |
add ia32 non-virtual thunks to linker map
Diffstat (limited to 'salhelper')
-rw-r--r-- | salhelper/source/gcc3.map | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/salhelper/source/gcc3.map b/salhelper/source/gcc3.map index c356dc651f59..8f08ec943fac 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: |