Files
ladybird/Userland/Libraries/LibC
Sönke Holz e7c8ff3839 LibC: Clean up crt0
We already set these variables and call `_init` in the dynamic linker.
As we don't care about static binaries, remove these assignments and the
call to `_init` from `_entry`.

The function referenced by DT_INIT is also not necessarily called
`_init`, so directly calling `_init` is not really correct.

`s_global_initializers_ran` and `__stack_chk_guard` are unused, so
remove them.
2023-10-12 15:20:50 +02:00
..
2022-12-03 23:52:23 +00:00
2023-10-12 15:20:50 +02:00
2022-11-25 23:13:16 +01:00
2023-10-12 15:20:50 +02:00
2023-08-29 11:04:48 +02:00
2023-06-07 13:44:44 +02:00
2022-11-08 11:51:19 +01:00
2022-11-29 11:04:21 +01:00
2023-09-03 06:21:40 +02:00
2023-09-03 06:21:40 +02:00
2023-08-28 00:40:35 +02:00
2023-09-03 06:21:40 +02:00
2023-09-03 06:21:40 +02:00
2022-10-14 13:37:29 +02:00
2022-10-14 13:37:29 +02:00
2022-12-03 23:52:23 +00:00