https://sourceware.org/bugzilla/show_bug.cgi?id=31796
--- Comment #6 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alan Modra <amo...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7574c0c2b386efa4bd0b1735237403177e4a964e commit 7574c0c2b386efa4bd0b1735237403177e4a964e Author: Alan Modra <amo...@gmail.com> Date: Tue May 28 13:40:50 2024 +0930 PR31796, Internal error in write_function_pdata at obj-coff-seh PR31796 is the result of lack of aarch64 support in obj-coff-seh.c. Nick fixed this with commit 73c8603c3f. Make the seh support consistently warn in future if some archictecture is missing, rather than giving internal errors. PR 31796 * config/obj-coff-seh.c (verify_target): New function. (obj_coff_seh_handler, obj_coff_seh_endproc, obj_coff_seh_proc), (obj_coff_seh_endprologue): Use it. -- You are receiving this mail because: You are on the CC list for the bug.