commit | 230a788eb28a64d628e623068c44add2a24aa5d3 | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Tue Feb 18 08:54:06 2025 +1030 |
committer | Alan Modra <amodra@gmail.com> | Tue Feb 18 09:16:57 2025 +1030 |
tree | 64230ac1d6ff378737f5c089efe2a556107951e3 | |
parent | db20cb1197cc7c5e94a26aac370267ac69f18ab5 [diff] |
PR32690, assertion failure in lang_size_relro_segment This introduces a new function which should be used whenever the linker needs to increase section alignment after mapping input to output sections. PR ld/32690 * linker.c (bfd_link_align_section): New function. * elflink.c (_bfd_elf_adjust_dynamic_copy): Use it. * bfd-in2.h: Regenerate.