Files
serenity/Userland/Libraries/LibELF
Sergey Lisov f439f02083 LibELF: Fix incorrect treatment of DT_REL&DT_RELA
In the current code, these are treated as if they were a bitmap. They
are not, and (DT_REL & DT_RELA) is actually nonzero. This causes the
linker to treat all sections as having addends, which is not correct.
2024-08-03 19:33:42 +02:00
..
2024-04-24 16:50:01 -04:00