ladybird/Userland
Andreas Kling 7db8ccc0e4 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.
2021-02-24 14:54:26 +01:00
..
Applications Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Demos Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
DevTools Profiler: Make sure rendered timestamps don't overflow 2021-02-24 12:19:01 +01:00
DynamicLoader Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Games Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Libraries LibC+DynamicLoader: Move "transactional memory" GCC stubs to LibC 2021-02-24 14:54:26 +01:00
MenuApplets Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Services AK: Make dbgln_if() avoid evaluating the arguments when disabled 2021-02-24 13:07:28 +01:00
Shell Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Tests Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Utilities Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
CMakeLists.txt Build: Build Userland with -O2, Kernel with -Os 2021-02-24 11:38:52 +01:00