genode/repos/os/recipes/src/vfs
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
..
api Convert static VFS library to dynamic library 2018-05-30 12:26:19 +02:00
content.mk ram_fs: increase max file size on 64 bit to 8 GiB 2019-03-18 15:57:00 +01:00
hash depot: update recipe hashes 2020-04-24 14:37:57 +02:00
used_apis Cleanup shared-object support mechanics 2020-05-18 10:16:13 +02:00