commit | af3394d97a8c5187085c0eec5fb03e8da88db5fb | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Mon Nov 18 11:36:57 2024 +0100 |
committer | Jan Beulich <jbeulich@suse.com> | Mon Nov 18 11:36:57 2024 +0100 |
tree | ebbe4586d9a37d63449d51a0e1f323692e5c1d19 | |
parent | 70ab7e0acfaf1cb32dfc184794e28408620a34f9 [diff] |
ELF: SHF_STRINGS isn't really tied to SHF_MERGE It's not overly useful without it, but the spec doesn't name any dependency between the two. People may want to use it for purely informational purposes, for example. Adjust, in particular, entity size processing to be engaged if either flag is set, as mandated by the spec.