Calculate binary file offset using address field, bacause software know only offset to known data, not where to load segment.
With that patch, kernel .data section can have any alignment - kernel works.
PR: 235391
Differential D21827
Put sections into expected offset in binary format. ray on Sep 27 2019, 10:09 PM. Authored by Tags None Referenced Files
Subscribers
Details Calculate binary file offset using address field, bacause software know only offset to known data, not where to load segment. PR: 235391
Diff Detail
Event Timeline
Comment Actions Can you show the readelf -S output for the input file where this change matters? The change looks ok to me, but I do not understand why it is useful.
|