commit | 9dd98830e85cf98aafa224e485b3823210a20350 | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Wed Apr 23 10:50:18 2025 +0930 |
committer | Alan Modra <amodra@gmail.com> | Wed Apr 23 12:33:46 2025 +0930 |
tree | 0ffbf41ec21aa427895f673132e6f5c0fa6a17b6 | |
parent | 343776af14932fa6b6f8f5b731c097758a6a2049 [diff] |
string merge section map output This fixes an inconsistency in the linker map file, where string merge sections (other than the first) kept their sizes. String merge sections of like entsize all are accounted in the fisrt string merge section size. * ldlang.c (print_input_section): Print SEC_EXCLUDE section size as zero.