ladybird/Userland/DynamicLoader
Daniel Bertalan a88f7c99fe LibC: Use our implementation of crti.o and crtn.o
We have had these for quite a while, but we didn't compile them, and
used GCC's version instead. Clang does not come with these, so we have
to provide our own implementation.

Our implementation follows what `musl` and `FreeBSD` do, so this should
work fine, even if documentation can hardly be found for them.
2021-07-14 13:12:25 +02:00
..
CMakeLists.txt Kernel+Userland: Make the stack alignment comply with the System V ABI 2021-07-10 01:41:57 +02:00
main.cpp LibC: Use our implementation of crti.o and crtn.o 2021-07-14 13:12:25 +02:00
misc.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
misc.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00