https://sourceware.org/bugzilla/show_bug.cgi?id=33453
--- Comment #15 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alan Modra <[email protected]>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=bd7c19dff4b424b7328ebad67a09d7deb2eeef56 commit bd7c19dff4b424b7328ebad67a09d7deb2eeef56 Author: Alan Modra <[email protected]> Date: Thu Nov 27 09:05:03 2025 +1030 PR 33453 linker generated .eh_frame This is the final piece to fix the PR33453 testcase. It makes use of the extended size final link buffer when writing linker generated .eh_frame. PR 33453 * elf-bfd.h (_bfd_elf_write_linker_section_eh_frame): Declare. * elf-eh-frame.c (_bfd_elf_write_linker_section_eh_frame): New. * elf32-ppc.c (ppc_elf_finish_dynamic_sections): Use new function. * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Likewise. * elf64-s390.c (elf_s390_finish_dynamic_sections): Likewise. * elfxx-x86.c (_bfd_x86_elf_finish_dynamic_sections): Likewise. -- You are receiving this mail because: You are on the CC list for the bug.
