[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug default/24249] Section offsets not monotonically increasing



https://sourceware.org/bugzilla/show_bug.cgi?id=24249

--- Comment #5 from Jakub Jelinek <jakub at redhat dot com> ---
Pedantically, ELF doesn't require that.  But I view it as a QoI thing, there is
no reason for a sane ELF producer to just put sections randomly in .shstrtab,
sorting them by increasing .sh_offset is most reasonable.  And, both prelink
and dwz and other tools just choose not to optimize if the producer didn't do a
reasonable job.

-- 
You are receiving this mail because:
You are on the CC list for the bug.