genode/repos/os/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
..
audio_out Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
audio_out_click Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
blk ldso: defer execution of static constructors 2017-03-24 16:20:04 +01:00
bomb bomb: remove redundant Rpc_entrypoint in Child 2017-03-15 12:24:41 +01:00
clipboard Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
cpufreq Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
dynamic_config Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
fault_detection Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
fb_bench Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
framebuffer Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
gpio_drv Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
gpio_led os: fix some more deprecated warnings 2017-03-15 14:04:56 +01:00
gpio_signal os: fix some more deprecated warnings 2017-03-15 14:04:56 +01:00
init init: respond to RAM-quota changes in config 2017-03-24 16:19:57 +01:00
input Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
input_filter input_filter.run: stabilize key-repeat test 2017-03-15 12:32:27 +01:00
iso test/iso: remove env deprecated warning 2017-03-24 16:19:54 +01:00
loader Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
nic_loopback Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
nitpicker Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
pci Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
ram_fs_chunk Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
report_rom Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
resource_request Adapt resource-request test to changes of init 2017-03-24 16:20:00 +01:00
resource_yield Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
rom_blk Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
rtc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
sd_card_bench Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
signal signal test: fix destruction of nested test 2017-03-15 12:32:25 +01:00
terminal_crosslink Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
terminal_echo Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
thread_join Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
timed_semaphore Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
timeout Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
timer Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
timer_accuracy Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
trace os: synchronize thread destruction of trace test 2017-03-15 12:32:25 +01:00
uart Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
vfs_stress Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
xml_generator Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
xml_node Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00