ladybird/Userland/DynamicLoader
Gunnar Beutner 4591c00328 DynamicLoader: Don't use LibELF to do the initial relocations
Using LibELF to do the initial relocations doesn't work when building
SerenityOS with Clang. We seem to be accessing a global symbol that
hasn't been relocated yet somewhere along the path to
ELF::DynamicObject::create().
2021-07-07 11:53:17 +02:00
..
CMakeLists.txt DynamicLoader: Remove -fbuilding-libgcc hack 2021-07-04 00:35:35 +02:00
main.cpp DynamicLoader: Don't use LibELF to do the initial relocations 2021-07-07 11:53:17 +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