mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-11 06:54:18 +00:00
This does not affect default Genode builds as far as I can tell. There is always at least one global static CTOR which seems to be coming from one of the GCC runtime libs bundled in the toolchain. The problem became visible for me only after I've replated GCC runtime with LLVM based one. In such setup I often see binaries that do not have any static ctors. Such binaries end up crashing Genode ld.lib.so. Make sure the code does handle empty constructors array. Fixes #4422
This directory contains all source codes.