2
0
mirror of https://github.com/s1lentq/reapi.git synced 2024-10-16 15:27:06 +03:00
reapi/version_script.lds
s1lentq 14c7411b39 Enable RTTI
Adjust version script
2020-12-16 19:37:01 +07:00

25 lines
326 B
Plaintext

REAPI_ABI_1.0 {
global:
*;
local:
_Zn*;
_Zd*;
extern "C++" {
regfunc::*;
*lambda*;
_callVoidForward*;
_callForward*;
*std::*;
*__cxxabi*::*;
*__gnu_cxx::*;
__cxa_*;
_txnal_*;
__dynamic_cast;
__gxx_personality_*;
__gcclibcxx_demangle_callback;
*_libm_*;
*_intel_*;
};
};