mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
Add std::terminate to ldso whitelist.
Due to recent changes on the Fiasco.OC platform, when building ldso applications for this platform the std::terminate function is needed by the ~Ipc_server destructor. So we've to add it to ldso's whitelist.
This commit is contained in:
committed by
Norman Feske
parent
0971b47b11
commit
19bad919a6
@@ -50,6 +50,8 @@
|
||||
/* GNU verbose terminate handler */
|
||||
extern "C++" { __gnu_cxx::__verbose_terminate_handler*; };
|
||||
|
||||
extern "C++" { std::terminate*; };
|
||||
|
||||
/* x86 */
|
||||
__cxa*;
|
||||
_Unwind_Resume;
|
||||
|
||||
Reference in New Issue
Block a user