Kaydet (Commit) 6aace905 authored tarafından Michael Meeks's avatar Michael Meeks

add ia32 non-virtual thunks to linker map

üst 825d31d5
...@@ -108,10 +108,12 @@ LIBO_UDK_3.6 { # symbols available in >= LibO 3.6 ...@@ -108,10 +108,12 @@ LIBO_UDK_3.6 { # symbols available in >= LibO 3.6
_ZN9salhelper6ThreadD1Ev; # salhelper::Thread::~Thread() _ZN9salhelper6ThreadD1Ev; # salhelper::Thread::~Thread()
_ZN9salhelper6ThreadD2Ev; # salhelper::Thread::~Thread() _ZN9salhelper6ThreadD2Ev; # salhelper::Thread::~Thread()
_ZTVN9salhelper6ThreadE; # vtable for salhelper::Thread _ZTVN9salhelper6ThreadE; # vtable for salhelper::Thread
# non-virtual thunk to salhelper::Thread::onTerminated()
_ZThn16_N9salhelper6Thread12onTerminatedEv; _ZThn16_N9salhelper6Thread12onTerminatedEv;
# non-virtual thunk to salhelper::Thread::onTerminated() _ZThn8_N9salhelper6Thread12onTerminatedEv;
# non-virtual thunk to salhelper::Thread::run()
_ZThn8_N9salhelper6Thread3runEv;
_ZThn16_N9salhelper6Thread3runEv; _ZThn16_N9salhelper6Thread3runEv;
# non-virtual thunk to salhelper::Thread::run()
} UDK_3.1; } UDK_3.1;
# Unique libstdc++ symbols: # Unique libstdc++ symbols:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment