genode/base-linux/src/platform
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 Fix stack pointer alignment for x86_64 platforms 2014-02-03 11:34:30 +01:00
x86_64 Fix stack pointer alignment for x86_64 platforms 2014-02-03 11:34:30 +01:00
context_area.h base-linux: revised region management 2013-09-26 15:07:08 +02:00
context_area.nostdlib.ld Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
context_area.stdlib.ld Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
linux_syscalls.h base-linux: revised region management 2013-09-26 15:07:08 +02:00
lx_hybrid.cc base: setup thread object for main thread in CRT0 2014-02-25 14:58:05 +01:00