mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +00: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:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user