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:
parent
069fd58381
commit
7db8ccc0e4
3 changed files with 38 additions and 6 deletions
|
@ -32,6 +32,7 @@ set(LIBC_SOURCES
|
|||
stdlib.cpp
|
||||
string.cpp
|
||||
strings.cpp
|
||||
stubs.cpp
|
||||
syslog.cpp
|
||||
sys/prctl.cpp
|
||||
sys/ptrace.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue