genode/base-linux/lib/mk
Martin Stein 0b64328944 base: setup thread object for main thread in CRT0
For a main thread a thread object is created by the CRT0 before _main gets
called so that _main can already run in a generic environment that, e.g.,
catches stack overflows as a page-fault instead of corrupting the BSS.
Additionally dynamic programs have only one CRT0 - the one of the LDSO -
which does the initialization for both LDSO and program.

ref #989
2014-02-25 14:58:05 +01:00
..
arm crt0 cleanup 2013-07-05 12:37:43 +02:00
x86_32 crt0 cleanup 2013-07-05 12:37:43 +02:00
x86_64 crt0 cleanup 2013-07-05 12:37:43 +02:00
base-common.mk base: setup thread object for main thread in CRT0 2014-02-25 14:58:05 +01:00
base.inc base: Unify 'Platform_env' across platforms 2013-10-05 12:44:36 +02:00
lx_hybrid.mk Merge base libraries into a single library 2013-02-19 14:45:55 +01:00