1
0
mirror of https://github.com/deadw00d/AROS.git synced 2026-01-12 08:35:21 +00:00
deadwood 300caa87ef Backport: Support registering atexit() functions before CrtProgCtx is created
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
2024-04-26 19:33:22 +02:00
2021-05-02 13:52:04 +02:00
2021-05-02 14:01:17 +02:00
2024-03-20 14:52:14 +01:00
2024-01-15 13:31:26 +01:00
2021-11-20 20:32:54 +01:00
2024-01-15 13:31:25 +01:00
2022-02-21 06:58:03 +01:00
2021-05-02 13:52:04 +02:00

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%