mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 17:37:00 +02:00
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.