mirror of
https://github.com/deadw00d/AROS.git
synced 2026-01-12 08:35:21 +00:00
300caa87ef92797f917f73bd7d05ec706a42f8ae
This can happen in C++ when there is a global object which creates a static object in its constructor. Creation of global object is run in CTORS set and static object destructor is registered with atexit. This all happens before __progonly_program_startup had a chance to run and create CrtProgCtx
…
…
ABIv0
This is the main repository for AROS ABIv0 systems.
For build instructions please check INSTALL.md
Description
Languages
C
85.7%
C++
9.9%
Assembly
1.2%
Shell
0.9%
Makefile
0.5%
Other
1.4%