1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 09:54:59 +00:00
serenity/Userland/Libraries/LibELF/Arch/i386
Andreas Kling 1e6d04c746 LibC: Remove text relocation
Tweak the PLT trampoline to avoid generating textrels in LibC.
This allows us to share all the LibC mappings, reducing per-process
memory consumption by ~200 KB. :^)

Patch originally by @nico.
2021-02-19 09:04:05 +01:00
..
plt_trampoline.S LibC: Remove text relocation 2021-02-19 09:04:05 +01:00