commit | 1f1b5e506bf0d9bffef8525eb9bee19646713eb6 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Fri Oct 11 08:19:34 2024 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Fri Oct 11 08:19:34 2024 +0200 |
tree | 0e7ff853c88a222cadaa41603f2f8594318aff63 | |
parent | 873e7b6cf61b5e3fca8ab55ea1b8574dd00a3caf [diff] |
bfd/ELF: restrict file alignment for object files While for executables properly aligning sections within the file can be quite relevant, the same is of pretty little importance for relocatable object files. Avoid passing "true" into _bfd_elf_assign_file_position_for_section() when dealing with object files, but compensate minimally by applying log_file_align in such cases as a cap to the alignment put in place.