[v2,0/2] bfd/ELF: section placement withing object files

Message ID 15edc241-783f-43e6-9e87-343e8a141c5c@suse.com
Headers
Series bfd/ELF: section placement withing object files |

Message

Jan Beulich Oct. 4, 2024, 7:28 a.m. UTC
  The first patch aims at eliminating excess file alignment when writing
object files containing sections with larger (in-memory) alignments
specified. The second patch is merely some cleanup, potential for which
was noticed along the way.

1: restrict file alignment for object files
2: drop align_file_position()

Jan