Instead of referring to stack sizes sections only by name, we can add
section indexes and types to warnings reported.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
.stack_sizes -> SHT_PROGBITS looks like information loss for me..... but the section index is an addition, and is potentially useful because an object file can have many .stack_sizes of the same name.
Comment Actions
(Mutters something incoherent about .stack_sizes being identified by name not type)
I think the error message changes are fine, since they a) now include enough information to identify the section and b) it's obvious from the rest of the message that it's a stack sizes section that is being referred to. LGTM.