genode/repos/os
Christian Helmuth 42fddf8390 Cleanup shared-object support mechanics
The former ldso-startup static library (now called ldso_so_support) is
used to spice each shared object/library with local support code for the
dynamic linker (execution of static constructors and ARM-EABI).
Therefore, the library must be statically linked to each dynamic
library.

As a result recipes for dynamic libraries must always depend on the "so"
API, which makes ldso_so_support.mk and so_support.c available
independent of "base". Additionally, ldso_so_support is also provided in
the libc API to cut the dependency early for libc/posix libraries.

Issue #3720
2020-05-18 10:16:13 +02:00
..
doc Remove <configfile> feature from init 2020-05-18 10:16:13 +02:00
include util/bit_array.h: remove use of memset and memcpy 2020-05-05 13:30:15 +02:00
lib os: add sandbox lib to api/os 2020-02-20 12:11:22 +01:00
recipes Cleanup shared-object support mechanics 2020-05-18 10:16:13 +02:00
run Remove use of <configfile> feature of init 2020-05-18 10:16:13 +02:00
src Remove <configfile> feature from init 2020-05-18 10:16:13 +02:00
xsd
README

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.