1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 07:07:44 +00:00

LibC+DynamicLoader: Move "transactional memory" GCC stubs to LibC

Instead of having a special case in the dynamic loader where we ignore
TM-related GCC symbols, just stub them out in LibC like we already do
for various other things we don't support.
This commit is contained in:
Andreas Kling 2021-02-24 14:54:26 +01:00
parent 069fd58381
commit 7db8ccc0e4
3 changed files with 38 additions and 6 deletions

View file

@ -32,6 +32,7 @@ set(LIBC_SOURCES
stdlib.cpp
string.cpp
strings.cpp
stubs.cpp
syslog.cpp
sys/prctl.cpp
sys/ptrace.cpp