genode/repos/ports/src/test
Christian Helmuth cb43e04691 ldso: defer execution of static constructors
Ldso now does not automatically execute static constructors of the
binary and shared libraries the binary depends on. If static
construction is required (e.g., if a shared library with constructor is
used or a compilation unit contains global statics) the component needs
to execute the constructors explicitly in Component::construct() via
Genode::Env::exec_static_constructors().

In the case of libc components this is done by the libc startup code
(i.e., the Component::construct() implementation in the libc).

The loading of shared objects at runtime is not affected by this change
and constructors of those objects are executed immediately.

Fixes #2332
2017-03-24 16:20:04 +01:00
..
gdb_monitor Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
gdb_monitor_target_config Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
libc_noux ffat: remove deprecated env usage 2017-03-24 16:19:53 +01:00
noux_fork Improve noux fork test (grand child, waitpid) 2017-01-31 14:58:37 +01:00
noux_signals Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
vbox_pointer ldso: defer execution of static constructors 2017-03-24 16:20:04 +01:00
vmm_utils Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00