commit | 972092a9eda941a5744125f79fe58e52fb7007e4 | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Mon Jul 29 14:25:07 2024 +0930 |
committer | Alan Modra <amodra@gmail.com> | Mon Jul 29 16:25:59 2024 +0930 |
tree | 2d36e886297f22142cbbb4527f3ccc700c178513 | |
parent | 2509e28c88f7dbb52ad3bad70e182f4146e0d339 [diff] |
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.