genode/repos/base/include
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
..
base ldso: defer execution of static constructors 2017-03-24 16:20:04 +01:00
cap_session Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
cpu Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
cpu_session Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
cpu_thread Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
dataspace Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
deprecated Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
io_mem_session Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
io_port_session Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
irq_session Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
log_session Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
parent Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
pd_session Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
ram_session Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
region_map Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
rm_session Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
rom_session Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
root Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
session Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
spec panda: fix timer speed 2017-03-15 12:32:24 +01:00
thread Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
trace_session base*, os: get rid of all env() calls 2017-02-28 13:00:42 +01:00
util base: handle 0 in Number_of_bytes::print 2017-03-24 16:19:58 +01:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

This directory contains include files of interfaces that are exported
by components to be used by other components. Each subdirectory corresponds
to the component exporting the interface.