Clean ldso from using deprecated APIs

Issue #1987
This commit is contained in:
Norman Feske
2016-10-30 15:17:24 +01:00
committed by Christian Helmuth
parent 20faa8b84e
commit 784e728727
40 changed files with 1535 additions and 1136 deletions

View File

@ -87,6 +87,13 @@ namespace Genode {
*/
extern void (*call_component_construct)(Genode::Env &) __attribute__((weak));
/*
* This function is normally provided by the cxx library, which is not
* used for lx_hybrid programs. For lx_hybrid programs, the exception
* handling is initialized by the host system's regular startup code.
*/
void init_exception_handling(Env &) { }
}
static void lx_hybrid_component_construct(Genode::Env &env)