https://sourceware.org/bugzilla/show_bug.cgi?id=32032
--- Comment #1 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=972092a9eda941a5744125f79fe58e52fb7007e4 commit 972092a9eda941a5744125f79fe58e52fb7007e4 Author: Alan Modra <amo...@gmail.com> Date: Mon Jul 29 14:25:07 2024 +0930 PR32032 dwp segfaults on hello world binary Fixing the segfault is easy with this bandaid, but further work is needed to teach dwp about DW_AT_dwo_name and dwo id in the cu header. At the moment dwp only handles DW_AT_GNU_dwo_name and DW_AT_GNU_dwo_id. PR 32032 * dwp.cc (Dwp_output_file::finalize): Return immediately on no output file. -- You are receiving this mail because: You are on the CC list for the bug.